#520ABC

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

Shades of Purple Heart #520ABC

Tints of Purple Heart #520ABC

Color information

#520ABC (or 0x520ABC) is unknown color: approx Purple Heart. HEX triplet: 52, 0A and BC. RGB value is (82,10,188). Sum of RGB (Red+Green+Blue) = 82+10+188=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #520ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ABC is #ADF543. Grayscale: #333333. Windows color (decimal): -11400516 or 12323410. OLE color: 12323410.

HSL color Cylindrical-coordinate representation of color #520ABC: hue angle of 264.27º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ABC is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8210188-
CMYK0.560.9500.26
HSL264.27º89.9%38.82%-
HSV(B)264.27º94.68%73.73%-
XYZ12.675.6448-
YUV51.82204.85149.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 188 (73.83% from 255) = 67.14%
R=29.29%
G=3.57%
B=67.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82101880.560.9500.26264.2789.938.82
Hex52ABC385F01A1085a27
Octal122122747013703241013247
Binary101001010101011110011100010111110110101000010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,10,188); }

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

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

 a { background-color: rgb(82,10,188); }

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

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

 span { border-color: rgb(82,10,188); }

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