#6013A6

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

Shades of Purple Heart #6013A6

Tints of Purple Heart #6013A6

Color information

#6013A6 (or 0x6013A6) is unknown color: approx Purple Heart. HEX triplet: 60, 13 and A6. RGB value is (96,19,166). Sum of RGB (Red+Green+Blue) = 96+19+166=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 166 (65.23% from 255 or 59.07% from 281); Max value from RGB is 166 - color contains mainly: blue. Hex color #6013A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6013A6 is #9FEC59. Grayscale: #3A3A3A. Windows color (decimal): -10480730 or 10883936. OLE color: 10883936.

HSL color Cylindrical-coordinate representation of color #6013A6: hue angle of 271.43º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6013A6 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9619166-
CMYK0.420.8900.35
HSL271.43º79.46%36.27%-
HSV(B)271.43º88.55%65.1%-
XYZ11.945.7136.55-
YUV58.78188.51154.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 166 (65.23% from 255) = 59.07%
R=34.16%
G=6.76%
B=59.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96191660.420.8900.35271.4379.4636.27
Hex6013A62A5902310f4f24
Octal140232465213104341711744
Binary11000001001110100110101010101100101000111000011111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6013A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6013A6; }

 p { color: rgb(96,19,166); }

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

<style>
 a { background-color: #6013A6; }

 a { background-color: rgb(96,19,166); }

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

<style>
 span { border-color: #6013A6; }

 span { border-color: rgb(96,19,166); }

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