#612CBA

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

Shades of Purple Heart #612CBA

Tints of Purple Heart #612CBA

Color information

#612CBA (or 0x612CBA) is unknown color: approx Purple Heart. HEX triplet: 61, 2C and BA. RGB value is (97,44,186). Sum of RGB (Red+Green+Blue) = 97+44+186=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #612CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CBA is #9ED345. Grayscale: #4B4B4B. Windows color (decimal): -10408774 or 12201057. OLE color: 12201057.

HSL color Cylindrical-coordinate representation of color #612CBA: hue angle of 262.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612CBA is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9744186-
CMYK0.480.7600.27
HSL262.39º61.74%45.1%-
HSV(B)262.39º76.34%72.94%-
XYZ14.697.8947.2-
YUV76.04190.06142.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 44 (17.58% from 255) = 13.46%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=29.66%
G=13.46%
B=56.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97441860.480.7600.27262.3961.7445.1
Hex612CBA304C01B1063e2d
Octal14154272601140334067655
Binary1100001101100101110101100001001100011011100000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612CBA; }

 p { color: rgb(97,44,186); }

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

<style>
 a { background-color: #612CBA; }

 a { background-color: rgb(97,44,186); }

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

<style>
 span { border-color: #612CBA; }

 span { border-color: rgb(97,44,186); }

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