#6120B3

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

Shades of Purple Heart #6120B3

Tints of Purple Heart #6120B3

Color information

#6120B3 (or 0x6120B3) is unknown color: approx Purple Heart. HEX triplet: 61, 20 and B3. RGB value is (97,32,179). Sum of RGB (Red+Green+Blue) = 97+32+179=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #6120B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120B3 is #9EDF4C. Grayscale: #434343. Windows color (decimal): -10411853 or 11739233. OLE color: 11739233.

HSL color Cylindrical-coordinate representation of color #6120B3: hue angle of 266.53º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6120B3 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9732179-
CMYK0.460.8200.30
HSL266.53º69.67%41.37%-
HSV(B)266.53º82.12%70.2%-
XYZ13.586.8343.25-
YUV68.19190.53148.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 32 (12.89% from 255) = 10.39%
BLUE value IS 179 (70.31% from 255) = 58.12%
R=31.49%
G=10.39%
B=58.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97321790.460.8200.30266.5369.6741.37
Hex6120B32E5201E10b4629
Octal141402635612203641310651
Binary11000011000001011001110111010100100111101000010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6120B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6120B3; }

 p { color: rgb(97,32,179); }

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

<style>
 a { background-color: #6120B3; }

 a { background-color: rgb(97,32,179); }

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

<style>
 span { border-color: #6120B3; }

 span { border-color: rgb(97,32,179); }

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