#531AAA

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

Shades of Purple Heart #531AAA

Tints of Purple Heart #531AAA

Color information

#531AAA (or 0x531AAA) is unknown color: approx Purple Heart. HEX triplet: 53, 1A and AA. RGB value is (83,26,170). Sum of RGB (Red+Green+Blue) = 83+26+170=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #531AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531AAA is #ACE555. Grayscale: #3A3A3A. Windows color (decimal): -11330902 or 11147859. OLE color: 11147859.

HSL color Cylindrical-coordinate representation of color #531AAA: hue angle of 263.75º 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 #531AAA is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8326170-
CMYK0.510.8500.33
HSL263.75º73.47%38.43%-
HSV(B)263.75º84.71%66.67%-
XYZ11.195.4838.5-
YUV59.46190.38144.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=29.75%
G=9.32%
B=60.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83261700.510.8500.33263.7573.4738.43
Hex531AAA33550211084926
Octal123322526312504141011146
Binary10100111101010101010110011101010101000011000010001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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