#521BAE

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

Shades of Purple Heart #521BAE

Tints of Purple Heart #521BAE

Color information

#521BAE (or 0x521BAE) is unknown color: approx Purple Heart. HEX triplet: 52, 1B and AE. RGB value is (82,27,174). Sum of RGB (Red+Green+Blue) = 82+27+174=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #521BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521BAE is #ADE451. Grayscale: #3B3B3B. Windows color (decimal): -11396178 or 11410258. OLE color: 11410258.

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

Color convert

RGB8227174-
CMYK0.530.8400.32
HSL262.45º73.13%39.41%-
HSV(B)262.45º84.48%68.24%-
XYZ11.515.6340.53-
YUV60.2192.22143.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 174 (68.36% from 255) = 61.48%
R=28.98%
G=9.54%
B=61.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82271740.530.8400.32262.4573.1339.41
Hex521BAE35540201064927
Octal122332566512404040611147
Binary10100101101110101110110101101010001000001000001101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,27,174); }

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

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

 a { background-color: rgb(82,27,174); }

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

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

 span { border-color: rgb(82,27,174); }

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