#6017A7

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

Shades of Purple Heart #6017A7

Tints of Purple Heart #6017A7

Color information

#6017A7 (or 0x6017A7) is unknown color: approx Purple Heart. HEX triplet: 60, 17 and A7. RGB value is (96,23,167). Sum of RGB (Red+Green+Blue) = 96+23+167=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 167 (65.62% from 255 or 58.39% from 286); Max value from RGB is 167 - color contains mainly: blue. Hex color #6017A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6017A7 is #9FE858. Grayscale: #3C3C3C. Windows color (decimal): -10479705 or 10950496. OLE color: 10950496.

HSL color Cylindrical-coordinate representation of color #6017A7: hue angle of 270.42º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6017A7 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9623167-
CMYK0.430.8600.35
HSL270.42º75.79%37.25%-
HSV(B)270.42º86.23%65.49%-
XYZ12.115.8937.06-
YUV61.24187.68152.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 23 (9.38% from 255) = 8.04%
BLUE value IS 167 (65.62% from 255) = 58.39%
R=33.57%
G=8.04%
B=58.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96231670.430.8600.35270.4275.7937.25
Hex6017A72B5602310e4c25
Octal140272475312604341611445
Binary11000001011110100111101011101011001000111000011101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6017A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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