#520BAC

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

Shades of Purple Heart #520BAC

Tints of Purple Heart #520BAC

Color information

#520BAC (or 0x520BAC) is unknown color: approx Purple Heart. HEX triplet: 52, 0B and AC. RGB value is (82,11,172). Sum of RGB (Red+Green+Blue) = 82+11+172=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #520BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BAC is #ADF453. Grayscale: #323232. Windows color (decimal): -11400276 or 11275090. OLE color: 11275090.

HSL color Cylindrical-coordinate representation of color #520BAC: hue angle of 266.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520BAC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8211172-
CMYK0.520.9400.33
HSL266.46º87.98%35.88%-
HSV(B)266.46º93.6%67.45%-
XYZ11.055.0139.41-
YUV50.58196.52150.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 11 (4.69% from 255) = 4.15%
BLUE value IS 172 (67.58% from 255) = 64.91%
R=30.94%
G=4.15%
B=64.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82111720.520.9400.33266.4687.9835.88
Hex52BAC345E02110a5824
Octal122132546413604141213044
Binary1010010101110101100110100101111001000011000010101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520BAC; }

 p { color: rgb(82,11,172); }

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

<style>
 a { background-color: #520BAC; }

 a { background-color: rgb(82,11,172); }

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

<style>
 span { border-color: #520BAC; }

 span { border-color: rgb(82,11,172); }

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