#531955

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

Shades of Hot Purple #531955

Tints of Hot Purple #531955

Color information

#531955 (or 0x531955) is unknown color: approx Hot Purple. HEX triplet: 53, 19 and 55. RGB value is (83,25,85). Sum of RGB (Red+Green+Blue) = 83+25+85=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #531955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531955 is #ACE6AA. Grayscale: #313131. Windows color (decimal): -11331243 or 5577043. OLE color: 5577043.

HSL color Cylindrical-coordinate representation of color #531955: hue angle of 298º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531955 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB832585-
CMYK0.020.7100.67
HSL298º54.55%21.57%-
HSV(B)298º70.59%33.33%-
XYZ5.553.198.92-
YUV49.18148.22152.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=43.01%
G=12.95%
B=44.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325850.020.7100.6729854.5521.57
Hex53195524704312a3716
Octal12331125210701034526726
Binary10100111100110101011010001110100001110010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531955; }

 p { color: rgb(83,25,85); }

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

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

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

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

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

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

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