#531DB6

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

Shades of Purple Heart #531DB6

Tints of Purple Heart #531DB6

Color information

#531DB6 (or 0x531DB6) is unknown color: approx Purple Heart. HEX triplet: 53, 1D and B6. RGB value is (83,29,182). Sum of RGB (Red+Green+Blue) = 83+29+182=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #531DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531DB6 is #ACE249. Grayscale: #3E3E3E. Windows color (decimal): -11330122 or 11935059. OLE color: 11935059.

HSL color Cylindrical-coordinate representation of color #531DB6: hue angle of 261.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531DB6 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8329182-
CMYK0.540.8400.29
HSL261.18º72.51%41.37%-
HSV(B)261.18º84.07%71.37%-
XYZ12.456.144.78-
YUV62.59195.39142.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 29 (11.72% from 255) = 9.86%
BLUE value IS 182 (71.48% from 255) = 61.90%
R=28.23%
G=9.86%
B=61.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83291820.540.8400.29261.1872.5141.37
Hex531DB6365401D1054929
Octal123352666612403540511151
Binary1010011111011011011011011010101000111011000001011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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