#520CB9

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

Shades of Purple Heart #520CB9

Tints of Purple Heart #520CB9

Color information

#520CB9 (or 0x520CB9) is unknown color: approx Purple Heart. HEX triplet: 52, 0C and B9. RGB value is (82,12,185). Sum of RGB (Red+Green+Blue) = 82+12+185=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #520CB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CB9 is #ADF346. Grayscale: #343434. Windows color (decimal): -11400007 or 12127314. OLE color: 12127314.

HSL color Cylindrical-coordinate representation of color #520CB9: hue angle of 264.28º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520CB9 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8212185-
CMYK0.560.9400.27
HSL264.28º87.82%38.63%-
HSV(B)264.28º93.51%72.55%-
XYZ12.375.5646.32-
YUV52.65202.69148.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 12 (5.08% from 255) = 4.30%
BLUE value IS 185 (72.66% from 255) = 66.31%
R=29.39%
G=4.30%
B=66.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82121850.560.9400.27264.2887.8238.63
Hex52CB9385E01B1085827
Octal122142717013603341013047
Binary101001011001011100111100010111100110111000010001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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