#662DC4

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

Shades of Purple Heart #662DC4

Tints of Purple Heart #662DC4

Color information

#662DC4 (or 0x662DC4) is unknown color: approx Purple Heart. HEX triplet: 66, 2D and C4. RGB value is (102,45,196). Sum of RGB (Red+Green+Blue) = 102+45+196=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 196 (76.95% from 255 or 57.14% from 343); Max value from RGB is 196 - color contains mainly: blue. Hex color #662DC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DC4 is #99D23B. Grayscale: #4E4E4E. Windows color (decimal): -10080828 or 12856678. OLE color: 12856678.

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

Color convert

RGB10245196-
CMYK0.480.7700.23
HSL262.65º62.66%47.25%-
HSV(B)262.65º77.04%76.86%-
XYZ16.388.6953.04-
YUV79.26193.88144.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 45 (17.97% from 255) = 13.12%
BLUE value IS 196 (76.95% from 255) = 57.14%
R=29.74%
G=13.12%
B=57.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102451960.480.7700.23262.6562.6647.25
Hex662DC4304D0171073f2f
Octal14655304601150274077757
Binary1100110101101110001001100001001101010111100000111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662DC4; }

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

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

<style>
 a { background-color: #662DC4; }

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

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

<style>
 span { border-color: #662DC4; }

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

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