#6120BE

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

Shades of Purple Heart #6120BE

Tints of Purple Heart #6120BE

Color information

#6120BE (or 0x6120BE) is unknown color: approx Purple Heart. HEX triplet: 61, 20 and BE. RGB value is (97,32,190). Sum of RGB (Red+Green+Blue) = 97+32+190=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #6120BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120BE is #9EDF41. Grayscale: #444444. Windows color (decimal): -10411842 or 12460129. OLE color: 12460129.

HSL color Cylindrical-coordinate representation of color #6120BE: hue angle of 264.68º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6120BE is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9732190-
CMYK0.490.8300.25
HSL264.68º71.17%43.53%-
HSV(B)264.68º83.16%74.51%-
XYZ14.747.2949.35-
YUV69.45196.03147.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 32 (12.89% from 255) = 10.03%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=30.41%
G=10.03%
B=59.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97321900.490.8300.25264.6871.1743.53
Hex6120BE3153019109472c
Octal141402766112303141110754
Binary11000011000001011111011000110100110110011000010011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6120BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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