#522ABA

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

Shades of Purple Heart #522ABA

Tints of Purple Heart #522ABA

Color information

#522ABA (or 0x522ABA) is unknown color: approx Purple Heart. HEX triplet: 52, 2A and BA. RGB value is (82,42,186). Sum of RGB (Red+Green+Blue) = 82+42+186=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #522ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ABA is #ADD545. Grayscale: #454545. Windows color (decimal): -11392326 or 12200530. OLE color: 12200530.

HSL color Cylindrical-coordinate representation of color #522ABA: hue angle of 256.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522ABA is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8242186-
CMYK0.560.7700.27
HSL256.67º63.16%44.71%-
HSV(B)256.67º77.42%72.94%-
XYZ13.176.9947.11-
YUV70.38193.25136.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 186 (73.05% from 255) = 60%
R=26.45%
G=13.55%
B=60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82421860.560.7700.27256.6763.1644.71
Hex522ABA384D01B1013f2d
Octal12252272701150334017755
Binary1010010101010101110101110001001101011011100000001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522ABA; }

 p { color: rgb(82,42,186); }

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

<style>
 a { background-color: #522ABA; }

 a { background-color: rgb(82,42,186); }

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

<style>
 span { border-color: #522ABA; }

 span { border-color: rgb(82,42,186); }

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