#521AAA

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

Shades of Purple Heart #521AAA

Tints of Purple Heart #521AAA

Color information

#521AAA (or 0x521AAA) is unknown color: approx Purple Heart. HEX triplet: 52, 1A and AA. RGB value is (82,26,170). Sum of RGB (Red+Green+Blue) = 82+26+170=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #521AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521AAA is #ADE555. Grayscale: #3A3A3A. Windows color (decimal): -11396438 or 11147858. OLE color: 11147858.

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

Color convert

RGB8226170-
CMYK0.520.8500.33
HSL263.33º73.47%38.43%-
HSV(B)263.33º84.71%66.67%-
XYZ11.15.4338.49-
YUV59.16190.55144.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 26 (10.55% from 255) = 9.35%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=29.50%
G=9.35%
B=61.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82261700.520.8500.33263.3373.4738.43
Hex521AAA34550211074926
Octal122322526412504140711146
Binary10100101101010101010110100101010101000011000001111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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