#531DA3

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

Shades of Purple Heart #531DA3

Tints of Purple Heart #531DA3

Color information

#531DA3 (or 0x531DA3) is unknown color: approx Purple Heart. HEX triplet: 53, 1D and A3. RGB value is (83,29,163). Sum of RGB (Red+Green+Blue) = 83+29+163=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #531DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531DA3 is #ACE25C. Grayscale: #3B3B3B. Windows color (decimal): -11330141 or 10689875. OLE color: 10689875.

HSL color Cylindrical-coordinate representation of color #531DA3: hue angle of 264.18º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531DA3 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8329163-
CMYK0.490.8200.36
HSL264.18º69.79%37.65%-
HSV(B)264.18º82.21%63.92%-
XYZ10.625.3635.13-
YUV60.42185.89144.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 163 (64.06% from 255) = 59.27%
R=30.18%
G=10.55%
B=59.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83291630.490.8200.36264.1869.7937.65
Hex531DA331520241084626
Octal123352436112204441010646
Binary10100111110110100011110001101001001001001000010001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,29,163); }

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

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

 a { background-color: rgb(83,29,163); }

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

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

 span { border-color: rgb(83,29,163); }

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