#6017D6

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

Shades of Purple Heart #6017D6

Tints of Purple Heart #6017D6

Color information

#6017D6 (or 0x6017D6) is unknown color: approx Purple Heart. HEX triplet: 60, 17 and D6. RGB value is (96,23,214). Sum of RGB (Red+Green+Blue) = 96+23+214=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 214 (83.98% from 255 or 64.26% from 333); Max value from RGB is 214 - color contains mainly: blue. Hex color #6017D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6017D6 is #9FE829. Grayscale: #414141. Windows color (decimal): -10479658 or 14030688. OLE color: 14030688.

HSL color Cylindrical-coordinate representation of color #6017D6: hue angle of 262.93º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6017D6 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9623214-
CMYK0.550.8900.16
HSL262.93º80.59%46.47%-
HSV(B)262.93º89.25%83.92%-
XYZ17.277.9564.24-
YUV66.6211.18148.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 23 (9.38% from 255) = 6.91%
BLUE value IS 214 (83.98% from 255) = 64.26%
R=28.83%
G=6.91%
B=64.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal96232140.550.8900.16262.9380.5946.47
Hex6017D63759010107512e
Octal140273266713102040712156
Binary1100000101111101011011011110110010100001000001111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6017D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6017D6; }

 p { color: rgb(96,23,214); }

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

<style>
 a { background-color: #6017D6; }

 a { background-color: rgb(96,23,214); }

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

<style>
 span { border-color: #6017D6; }

 span { border-color: rgb(96,23,214); }

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