#521AD4

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

Shades of Purple Heart #521AD4

Tints of Purple Heart #521AD4

Color information

#521AD4 (or 0x521AD4) is unknown color: approx Purple Heart. HEX triplet: 52, 1A and D4. RGB value is (82,26,212). Sum of RGB (Red+Green+Blue) = 82+26+212=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 212 (83.20% from 255 or 66.25% from 320); Max value from RGB is 212 - color contains mainly: blue. Hex color #521AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AD4 is #ADE52B. Grayscale: #3F3F3F. Windows color (decimal): -11396396 or 13900370. OLE color: 13900370.

HSL color Cylindrical-coordinate representation of color #521AD4: hue angle of 258.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521AD4 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8226212-
CMYK0.610.8800.17
HSL258.06º78.15%46.67%-
HSV(B)258.06º87.74%83.14%-
XYZ15.737.2962.86-
YUV63.95211.55140.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 26 (10.55% from 255) = 8.12%
BLUE value IS 212 (83.20% from 255) = 66.25%
R=25.62%
G=8.12%
B=66.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal82262120.610.8800.17258.0678.1546.67
Hex521AD43D580111024e2f
Octal122323247513002140211657
Binary1010010110101101010011110110110000100011000000101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,26,212); }

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

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

 a { background-color: rgb(82,26,212); }

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

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

 span { border-color: rgb(82,26,212); }

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