#6644C4

Color #6644C4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6644C4

Tints of Purple Heart #6644C4

Color information

#6644C4 (or 0x6644C4) is unknown color: approx Purple Heart. HEX triplet: 66, 44 and C4. RGB value is (102,68,196). Sum of RGB (Red+Green+Blue) = 102+68+196=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #6644C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6644C4 is #99BB3B. Grayscale: #5C5C5C. Windows color (decimal): -10074940 or 12862566. OLE color: 12862566.

HSL color Cylindrical-coordinate representation of color #6644C4: hue angle of 255.94º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6644C4 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10268196-
CMYK0.480.6500.23
HSL255.94º52.03%51.76%-
HSV(B)255.94º65.31%76.86%-
XYZ17.5110.9453.41-
YUV92.76186.26134.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 196 (76.95% from 255) = 53.55%
R=27.87%
G=18.58%
B=53.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102681960.480.6500.23255.9452.0351.76
Hex6644C430410171003434
Octal146104304601010274006464
Binary11001101000100110001001100001000001010111100000000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6644C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6644C4; }

 p { color: rgb(102,68,196); }

 H1.HeaderClassName
 {
   color: #6644C4;
 }
 .AnyTagClassName
 {
   color: #6644C4;
 }
</style>
background-color css

<style>
 a { background-color: #6644C4; }

 a { background-color: rgb(102,68,196); }

 div.DivClassName
 {
   background-color: #6644C4;
 }
 .BgClassName
 {
   background-color: #6644C4;
 }
</style>
border-color css

<style>
 span { border-color: #6644C4; }

 span { border-color: rgb(102,68,196); }

 td.TdClassName
 {
   border-color: #6644C4;
 }
 .TagClassName
 {
   border-color: #6644C4;
 }
</style>