#531453

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

Shades of Hot Purple #531453

Tints of Hot Purple #531453

Color information

#531453 (or 0x531453) is unknown color: approx Hot Purple. HEX triplet: 53, 14 and 53. RGB value is (83,20,83). Sum of RGB (Red+Green+Blue) = 83+20+83=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531453 is #ACEBAC. Grayscale: #2D2D2D. Windows color (decimal): -11332525 or 5444691. OLE color: 5444691.

HSL color Cylindrical-coordinate representation of color #531453: hue angle of 300º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531453 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB832083-
CMYK00.7600.67
HSL300º61.17%20.2%-
HSV(B)300º75.9%32.55%-
XYZ5.382.968.47-
YUV46.02148.87154.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=44.62%
G=10.75%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83208300.7600.6730061.1720.2
Hex53145304C04312c3d14
Octal12324123011401034547524
Binary1010011101001010011010011000100001110010110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531453; }

 p { color: rgb(83,20,83); }

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

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

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

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

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

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

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