#520ABB

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

Shades of Purple Heart #520ABB

Tints of Purple Heart #520ABB

Color information

#520ABB (or 0x520ABB) is unknown color: approx Purple Heart. HEX triplet: 52, 0A and BB. RGB value is (82,10,187). Sum of RGB (Red+Green+Blue) = 82+10+187=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #520ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ABB is #ADF544. Grayscale: #333333. Windows color (decimal): -11400517 or 12257874. OLE color: 12257874.

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

Color convert

RGB8210187-
CMYK0.560.9500.27
HSL264.41º89.85%38.63%-
HSV(B)264.41º94.65%73.33%-
XYZ12.565.647.43-
YUV51.71204.35149.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 187 (73.44% from 255) = 67.03%
R=29.39%
G=3.58%
B=67.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82101870.560.9500.27264.4189.8538.63
Hex52ABB385F01B1085a27
Octal122122737013703341013247
Binary101001010101011101111100010111110110111000010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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