#522EAD

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

Shades of Purple Heart #522EAD

Tints of Purple Heart #522EAD

Color information

#522EAD (or 0x522EAD) is unknown color: approx Purple Heart. HEX triplet: 52, 2E and AD. RGB value is (82,46,173). Sum of RGB (Red+Green+Blue) = 82+46+173=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #522EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522EAD is #ADD152. Grayscale: #464646. Windows color (decimal): -11391315 or 11349586. OLE color: 11349586.

HSL color Cylindrical-coordinate representation of color #522EAD: hue angle of 257.01º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522EAD is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8246173-
CMYK0.530.7300.32
HSL257.01º57.99%42.94%-
HSV(B)257.01º73.41%67.84%-
XYZ126.7640.21-
YUV71.24185.43135.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=27.24%
G=15.28%
B=57.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82461730.530.7300.32257.0157.9942.94
Hex522EAD35490201013a2b
Octal12256255651110404017253
Binary10100101011101010110111010110010010100000100000001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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