#6017BC

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

Shades of Purple Heart #6017BC

Tints of Purple Heart #6017BC

Color information

#6017BC (or 0x6017BC) is unknown color: approx Purple Heart. HEX triplet: 60, 17 and BC. RGB value is (96,23,188). Sum of RGB (Red+Green+Blue) = 96+23+188=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #6017BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6017BC is #9FE843. Grayscale: #3F3F3F. Windows color (decimal): -10479684 or 12326752. OLE color: 12326752.

HSL color Cylindrical-coordinate representation of color #6017BC: hue angle of 266.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6017BC is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9623188-
CMYK0.490.8800.26
HSL266.55º78.2%41.37%-
HSV(B)266.55º87.77%73.73%-
XYZ14.216.7348.13-
YUV63.64198.18151.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 188 (73.83% from 255) = 61.24%
R=31.27%
G=7.49%
B=61.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96231880.490.8800.26266.5578.241.37
Hex6017BC315801A10b4e29
Octal140272746113003241311651
Binary1100000101111011110011000110110000110101000010111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6017BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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