#521aad

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

Shades of Purple Heart #521AAD

Tints of Purple Heart #521AAD

Color information

#521AAD (or 0x521AAD) is unknown color: approx Purple Heart. HEX triplet: 52, 1A and AD. RGB value is (82,26,173). Sum of RGB (Red+Green+Blue) = 82+26+173=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #521AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521AAD is #ADE552. Grayscale: #3A3A3A. Windows color (decimal): -11396435 or 11344466. OLE color: 11344466.

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

Color convert

RGB8226173-
CMYK0.530.8500.32
HSL262.86º73.87%39.02%-
HSV(B)262.86º84.97%67.84%-
XYZ11.395.5540.01-
YUV59.5192.05144.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=29.18%
G=9.25%
B=61.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82261730.530.8500.32262.8673.8739.02
Hex521AAD35550201074a27
Octal122322556512504040711247
Binary10100101101010101101110101101010101000001000001111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521aad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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