#6013A4

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

Shades of Purple Heart #6013A4

Tints of Purple Heart #6013A4

Color information

#6013A4 (or 0x6013A4) is unknown color: approx Purple Heart. HEX triplet: 60, 13 and A4. RGB value is (96,19,164). Sum of RGB (Red+Green+Blue) = 96+19+164=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #6013A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6013A4 is #9FEC5B. Grayscale: #3A3A3A. Windows color (decimal): -10480732 or 10752864. OLE color: 10752864.

HSL color Cylindrical-coordinate representation of color #6013A4: hue angle of 271.86º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6013A4 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9619164-
CMYK0.410.8800.36
HSL271.86º79.23%35.88%-
HSV(B)271.86º88.41%64.31%-
XYZ11.765.6335.59-
YUV58.55187.51154.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 164 (64.45% from 255) = 58.78%
R=34.41%
G=6.81%
B=58.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96191640.410.8800.36271.8679.2335.88
Hex6013A429580241104f24
Octal140232445113004442011744
Binary11000001001110100100101001101100001001001000100001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6013A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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