#521EAC

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

Shades of Purple Heart #521EAC

Tints of Purple Heart #521EAC

Color information

#521EAC (or 0x521EAC) is unknown color: approx Purple Heart. HEX triplet: 52, 1E and AC. RGB value is (82,30,172). Sum of RGB (Red+Green+Blue) = 82+30+172=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #521EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521EAC is #ADE153. Grayscale: #3D3D3D. Windows color (decimal): -11395412 or 11279954. OLE color: 11279954.

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

Color convert

RGB8230172-
CMYK0.520.8300.33
HSL261.97º70.3%39.61%-
HSV(B)261.97º82.56%67.45%-
XYZ11.395.739.53-
YUV61.74190.23142.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 30 (12.11% from 255) = 10.56%
BLUE value IS 172 (67.58% from 255) = 60.56%
R=28.87%
G=10.56%
B=60.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82301720.520.8300.33261.9770.339.61
Hex521EAC34530211064628
Octal122362546412304140610650
Binary10100101111010101100110100101001101000011000001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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