#520baf

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

Shades of Purple Heart #520BAF

Tints of Purple Heart #520BAF

Color information

#520BAF (or 0x520BAF) is unknown color: approx Purple Heart. HEX triplet: 52, 0B and AF. RGB value is (82,11,175). Sum of RGB (Red+Green+Blue) = 82+11+175=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #520BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BAF is #ADF450. Grayscale: #323232. Windows color (decimal): -11400273 or 11471698. OLE color: 11471698.

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

Color convert

RGB8211175-
CMYK0.530.9400.31
HSL265.98º88.17%36.47%-
HSV(B)265.98º93.71%68.63%-
XYZ11.345.1340.95-
YUV50.92198.02150.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 11 (4.69% from 255) = 4.10%
BLUE value IS 175 (68.75% from 255) = 65.30%
R=30.60%
G=4.10%
B=65.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82111750.530.9400.31265.9888.1736.47
Hex52BAF355E01F10a5824
Octal122132576513603741213044
Binary101001010111010111111010110111100111111000010101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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