#6617D0

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

Shades of Purple Heart #6617D0

Tints of Purple Heart #6617D0

Color information

#6617D0 (or 0x6617D0) is unknown color: approx Purple Heart. HEX triplet: 66, 17 and D0. RGB value is (102,23,208). Sum of RGB (Red+Green+Blue) = 102+23+208=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #6617D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6617D0 is #99E82F. Grayscale: #434343. Windows color (decimal): -10086448 or 13637478. OLE color: 13637478.

HSL color Cylindrical-coordinate representation of color #6617D0: hue angle of 265.62º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6617D0 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10223208-
CMYK0.510.8900.18
HSL265.62º80.09%45.29%-
HSV(B)265.62º88.94%81.57%-
XYZ17.177.9960.31-
YUV67.71207.17152.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 23 (9.38% from 255) = 6.91%
BLUE value IS 208 (81.64% from 255) = 62.46%
R=30.63%
G=6.91%
B=62.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102232080.510.8900.18265.6280.0945.29
Hex6617D0335901210a502d
Octal146273206313102241212055
Binary1100110101111101000011001110110010100101000010101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6617D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6617D0; }

 p { color: rgb(102,23,208); }

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

<style>
 a { background-color: #6617D0; }

 a { background-color: rgb(102,23,208); }

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

<style>
 span { border-color: #6617D0; }

 span { border-color: rgb(102,23,208); }

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