#533959

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

Shades of Hot Purple #533959

Tints of Hot Purple #533959

Color information

#533959 (or 0x533959) is unknown color: approx Hot Purple. HEX triplet: 53, 39 and 59. RGB value is (83,57,89). Sum of RGB (Red+Green+Blue) = 83+57+89=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #533959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533959 is #ACC6A6. Grayscale: #444444. Windows color (decimal): -11323047 or 5847379. OLE color: 5847379.

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

Color convert

RGB835789-
CMYK0.070.3600.65
HSL288.75º21.92%28.63%-
HSV(B)288.75º35.96%34.9%-
XYZ6.835.4910.15-
YUV68.42139.61138.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=36.24%
G=24.89%
B=38.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8357890.070.3600.65288.7521.9228.63
Hex533959724041121161d
Octal1237113174401014412635
Binary10100111110011011001111100100010000011001000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533959; }

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

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

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

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

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

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

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

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