#531150

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

Shades of Hot Purple #531150

Tints of Hot Purple #531150

Color information

#531150 (or 0x531150) is unknown color: approx Hot Purple. HEX triplet: 53, 11 and 50. RGB value is (83,17,80). Sum of RGB (Red+Green+Blue) = 83+17+80=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531150 is #ACEEAF. Grayscale: #2B2B2B. Windows color (decimal): -11333296 or 5247315. OLE color: 5247315.

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

Color convert

RGB831780-
CMYK00.800.040.67
HSL302.73º66%19.61%-
HSV(B)302.73º79.52%32.55%-
XYZ5.222.827.86-
YUV43.92148.37155.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=46.11%
G=9.44%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83178000.800.040.67302.736619.61
Hex53115005044312f4214
Octal123211200120410345710224
Binary1010011100011010000010100001001000011100101111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531150; }

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

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

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

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

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

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

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

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