#612BAB

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

Shades of Purple Heart #612BAB

Tints of Purple Heart #612BAB

Color information

#612BAB (or 0x612BAB) is unknown color: approx Purple Heart. HEX triplet: 61, 2B and AB. RGB value is (97,43,171). Sum of RGB (Red+Green+Blue) = 97+43+171=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #612BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612BAB is #9ED454. Grayscale: #494949. Windows color (decimal): -10409045 or 11217761. OLE color: 11217761.

HSL color Cylindrical-coordinate representation of color #612BAB: hue angle of 265.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612BAB is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9743171-
CMYK0.430.7500.33
HSL265.31º59.81%41.96%-
HSV(B)265.31º74.85%67.06%-
XYZ13.147.2139.23-
YUV73.74182.89144.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=31.19%
G=13.83%
B=54.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97431710.430.7500.33265.3159.8141.96
Hex612BAB2B4B0211093c2a
Octal14153253531130414117452
Binary11000011010111010101110101110010110100001100001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,43,171); }

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

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

 a { background-color: rgb(97,43,171); }

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

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

 span { border-color: rgb(97,43,171); }

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