#6020B4

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

Shades of Purple Heart #6020B4

Tints of Purple Heart #6020B4

Color information

#6020B4 (or 0x6020B4) is unknown color: approx Purple Heart. HEX triplet: 60, 20 and B4. RGB value is (96,32,180). Sum of RGB (Red+Green+Blue) = 96+32+180=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #6020B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020B4 is #9FDF4B. Grayscale: #434343. Windows color (decimal): -10477388 or 11804768. OLE color: 11804768.

HSL color Cylindrical-coordinate representation of color #6020B4: hue angle of 265.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6020B4 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9632180-
CMYK0.470.8200.29
HSL265.95º69.81%41.57%-
HSV(B)265.95º82.22%70.59%-
XYZ13.586.8243.78-
YUV68.01191.2147.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 32 (12.89% from 255) = 10.39%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=31.17%
G=10.39%
B=58.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96321800.470.8200.29265.9569.8141.57
Hex6020B42F5201D10a462a
Octal140402645712203541210652
Binary11000001000001011010010111110100100111011000010101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6020B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6020B4; }

 p { color: rgb(96,32,180); }

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

<style>
 a { background-color: #6020B4; }

 a { background-color: rgb(96,32,180); }

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

<style>
 span { border-color: #6020B4; }

 span { border-color: rgb(96,32,180); }

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