#522EAA

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

Shades of Purple Heart #522EAA

Tints of Purple Heart #522EAA

Color information

#522EAA (or 0x522EAA) is unknown color: approx Purple Heart. HEX triplet: 52, 2E and AA. RGB value is (82,46,170). Sum of RGB (Red+Green+Blue) = 82+46+170=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #522EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522EAA is #ADD155. Grayscale: #464646. Windows color (decimal): -11391318 or 11152978. OLE color: 11152978.

HSL color Cylindrical-coordinate representation of color #522EAA: hue angle of 257.42º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522EAA is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8246170-
CMYK0.520.7300.33
HSL257.42º57.41%42.35%-
HSV(B)257.42º72.94%66.67%-
XYZ11.716.6538.7-
YUV70.9183.93135.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=27.52%
G=15.44%
B=57.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82461700.520.7300.33257.4257.4142.35
Hex522EAA3449021101392a
Octal12256252641110414017152
Binary10100101011101010101011010010010010100001100000001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,46,170); }

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

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

 a { background-color: rgb(82,46,170); }

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

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

 span { border-color: rgb(82,46,170); }

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