#660DA9

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

Shades of Purple Heart #660DA9

Tints of Purple Heart #660DA9

Color information

#660DA9 (or 0x660DA9) is unknown color: approx Purple Heart. HEX triplet: 66, 0D and A9. RGB value is (102,13,169). Sum of RGB (Red+Green+Blue) = 102+13+169=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #660DA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660DA9 is #99F256. Grayscale: #383838. Windows color (decimal): -10089047 or 11079014. OLE color: 11079014.

HSL color Cylindrical-coordinate representation of color #660DA9: hue angle of 274.23º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660DA9 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10213169-
CMYK0.400.9200.34
HSL274.23º85.71%35.69%-
HSV(B)274.23º92.31%66.27%-
XYZ12.785.9838.02-
YUV57.4190.99159.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 13 (5.47% from 255) = 4.58%
BLUE value IS 169 (66.41% from 255) = 59.51%
R=35.92%
G=4.58%
B=59.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102131690.400.9200.34274.2385.7135.69
Hex66DA9285C0221125624
Octal146152515013404242212644
Binary1100110110110101001101000101110001000101000100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660DA9; }

 p { color: rgb(102,13,169); }

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

<style>
 a { background-color: #660DA9; }

 a { background-color: rgb(102,13,169); }

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

<style>
 span { border-color: #660DA9; }

 span { border-color: rgb(102,13,169); }

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