#531250

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

Shades of Hot Purple #531250

Tints of Hot Purple #531250

Color information

#531250 (or 0x531250) is unknown color: approx Hot Purple. HEX triplet: 53, 12 and 50. RGB value is (83,18,80). Sum of RGB (Red+Green+Blue) = 83+18+80=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531250 is #ACEDAF. Grayscale: #2C2C2C. Windows color (decimal): -11333040 or 5247571. OLE color: 5247571.

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

Color convert

RGB831880-
CMYK00.780.040.67
HSL302.77º64.36%19.8%-
HSV(B)302.77º78.31%32.55%-
XYZ5.232.857.86-
YUV44.5148.03155.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=45.86%
G=9.94%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83188000.780.040.67302.7764.3619.8
Hex53125004E44312f4014
Octal123221200116410345710024
Binary1010011100101010000010011101001000011100101111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531250; }

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

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

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

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

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

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

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

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