#531850

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

Shades of Hot Purple #531850

Tints of Hot Purple #531850

Color information

#531850 (or 0x531850) is unknown color: approx Hot Purple. HEX triplet: 53, 18 and 50. RGB value is (83,24,80). Sum of RGB (Red+Green+Blue) = 83+24+80=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #531850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531850 is #ACE7AF. Grayscale: #2F2F2F. Windows color (decimal): -11331504 or 5249107. OLE color: 5249107.

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

Color convert

RGB832480-
CMYK00.710.040.67
HSL303.05º55.14%20.98%-
HSV(B)303.05º71.08%32.55%-
XYZ5.343.077.9-
YUV48.03146.05152.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=44.39%
G=12.83%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83248000.710.040.67303.0555.1420.98
Hex53185004744312f3715
Octal12330120010741034576725
Binary101001111000101000001000111100100001110010111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531850; }

 p { color: rgb(83,24,80); }

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

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

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

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

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

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

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