#6610D9

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

Shades of Purple Heart #6610D9

Tints of Purple Heart #6610D9

Color information

#6610D9 (or 0x6610D9) is unknown color: approx Purple Heart. HEX triplet: 66, 10 and D9. RGB value is (102,16,217). Sum of RGB (Red+Green+Blue) = 102+16+217=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #6610D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6610D9 is #99EF26. Grayscale: #3F3F3F. Windows color (decimal): -10088231 or 14225510. OLE color: 14225510.

HSL color Cylindrical-coordinate representation of color #6610D9: hue angle of 265.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6610D9 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10216217-
CMYK0.530.9300.15
HSL265.67º86.27%45.69%-
HSV(B)265.67º92.63%85.1%-
XYZ18.198.2166.27-
YUV64.63213.99154.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 16 (6.64% from 255) = 4.78%
BLUE value IS 217 (85.16% from 255) = 64.78%
R=30.45%
G=4.78%
B=64.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102162170.530.9300.15265.6786.2745.69
Hex6610D9355D0F10a562e
Octal146203316513501741212656
Binary110011010000110110011101011011101011111000010101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6610D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6610D9; }

 p { color: rgb(102,16,217); }

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

<style>
 a { background-color: #6610D9; }

 a { background-color: rgb(102,16,217); }

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

<style>
 span { border-color: #6610D9; }

 span { border-color: rgb(102,16,217); }

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