#531353

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

Shades of Hot Purple #531353

Tints of Hot Purple #531353

Color information

#531353 (or 0x531353) is unknown color: approx Hot Purple. HEX triplet: 53, 13 and 53. RGB value is (83,19,83). Sum of RGB (Red+Green+Blue) = 83+19+83=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531353 is #ACECAC. Grayscale: #2D2D2D. Windows color (decimal): -11332781 or 5444435. OLE color: 5444435.

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

Color convert

RGB831983-
CMYK00.7700.67
HSL300º62.75%20%-
HSV(B)300º77.11%32.55%-
XYZ5.362.938.47-
YUV45.43149.2154.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=44.86%
G=10.27%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83198300.7700.6730062.7520
Hex53135304D04312c3f14
Octal12323123011501034547724
Binary1010011100111010011010011010100001110010110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531353; }

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

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

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

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

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

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

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

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