#520CBF

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

Shades of Purple Heart #520CBF

Tints of Purple Heart #520CBF

Color information

#520CBF (or 0x520CBF) is unknown color: approx Purple Heart. HEX triplet: 52, 0C and BF. RGB value is (82,12,191). Sum of RGB (Red+Green+Blue) = 82+12+191=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #520CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CBF is #ADF340. Grayscale: #343434. Windows color (decimal): -11400001 or 12520530. OLE color: 12520530.

HSL color Cylindrical-coordinate representation of color #520CBF: hue angle of 263.46º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CBF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8212191-
CMYK0.570.9400.25
HSL263.46º88.18%39.8%-
HSV(B)263.46º93.72%74.9%-
XYZ13.025.8249.73-
YUV53.34205.69148.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 191 (75% from 255) = 67.02%
R=28.77%
G=4.21%
B=67.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82121910.570.9400.25263.4688.1839.8
Hex52CBF395E0191075828
Octal122142777113603140713050
Binary101001011001011111111100110111100110011000001111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,12,191); }

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

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

 a { background-color: rgb(82,12,191); }

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

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

 span { border-color: rgb(82,12,191); }

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