#521EAD

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

Shades of Purple Heart #521EAD

Tints of Purple Heart #521EAD

Color information

#521EAD (or 0x521EAD) is unknown color: approx Purple Heart. HEX triplet: 52, 1E and AD. RGB value is (82,30,173). Sum of RGB (Red+Green+Blue) = 82+30+173=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #521EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521EAD is #ADE152. Grayscale: #3D3D3D. Windows color (decimal): -11395411 or 11345490. OLE color: 11345490.

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

Color convert

RGB8230173-
CMYK0.530.8300.32
HSL261.82º70.44%39.8%-
HSV(B)261.82º82.66%67.84%-
XYZ11.495.7440.04-
YUV61.85190.73142.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=28.77%
G=10.53%
B=60.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82301730.530.8300.32261.8270.4439.8
Hex521EAD35530201064628
Octal122362556512304040610650
Binary10100101111010101101110101101001101000001000001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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