#531859

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

Shades of Hot Purple #531859

Tints of Hot Purple #531859

Color information

#531859 (or 0x531859) is unknown color: approx Hot Purple. HEX triplet: 53, 18 and 59. RGB value is (83,24,89). Sum of RGB (Red+Green+Blue) = 83+24+89=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #531859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531859 is #ACE7A6. Grayscale: #303030. Windows color (decimal): -11331495 or 5838931. OLE color: 5838931.

HSL color Cylindrical-coordinate representation of color #531859: hue angle of 294.46º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531859 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB832489-
CMYK0.070.7300.65
HSL294.46º57.52%22.16%-
HSV(B)294.46º73.03%34.9%-
XYZ5.73.219.77-
YUV49.05150.55152.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=42.35%
G=12.24%
B=45.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8324890.070.7300.65294.4657.5222.16
Hex5318597490411263a16
Octal12330131711101014467226
Binary101001111000101100111110010010100000110010011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531859; }

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

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

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

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

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

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

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

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