#662DCA

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

Shades of Purple Heart #662DCA

Tints of Purple Heart #662DCA

Color information

#662DCA (or 0x662DCA) is unknown color: approx Purple Heart. HEX triplet: 66, 2D and CA. RGB value is (102,45,202). Sum of RGB (Red+Green+Blue) = 102+45+202=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #662DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DCA is #99D235. Grayscale: #4F4F4F. Windows color (decimal): -10080822 or 13249894. OLE color: 13249894.

HSL color Cylindrical-coordinate representation of color #662DCA: hue angle of 261.78º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662DCA is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10245202-
CMYK0.500.7800.21
HSL261.78º63.56%48.43%-
HSV(B)261.78º77.72%79.22%-
XYZ17.088.9756.71-
YUV79.94196.88143.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 45 (17.97% from 255) = 12.89%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=29.23%
G=12.89%
B=57.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102452020.500.7800.21261.7863.5648.43
Hex662DCA324E0151064030
Octal146553126211602540610060
Binary11001101011011100101011001010011100101011000001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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