#521CAA

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

Shades of Purple Heart #521CAA

Tints of Purple Heart #521CAA

Color information

#521CAA (or 0x521CAA) is unknown color: approx Purple Heart. HEX triplet: 52, 1C and AA. RGB value is (82,28,170). Sum of RGB (Red+Green+Blue) = 82+28+170=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #521CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521CAA is #ADE355. Grayscale: #3B3B3B. Windows color (decimal): -11395926 or 11148370. OLE color: 11148370.

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

Color convert

RGB8228170-
CMYK0.520.8400.33
HSL262.82º71.72%38.82%-
HSV(B)262.82º83.53%66.67%-
XYZ11.155.5338.51-
YUV60.33189.89143.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 28 (11.33% from 255) = 10%
BLUE value IS 170 (66.80% from 255) = 60.71%
R=29.29%
G=10%
B=60.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82281700.520.8400.33262.8271.7238.82
Hex521CAA34540211074827
Octal122342526412404140711047
Binary10100101110010101010110100101010001000011000001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,28,170); }

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

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

 a { background-color: rgb(82,28,170); }

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

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

 span { border-color: rgb(82,28,170); }

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