#533A5A

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

Shades of Hot Purple #533A5A

Tints of Hot Purple #533A5A

Color information

#533A5A (or 0x533A5A) is unknown color: approx Hot Purple. HEX triplet: 53, 3A and 5A. RGB value is (83,58,90). Sum of RGB (Red+Green+Blue) = 83+58+90=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #533A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A5A is #ACC5A5. Grayscale: #454545. Windows color (decimal): -11322790 or 5913171. OLE color: 5913171.

HSL color Cylindrical-coordinate representation of color #533A5A: hue angle of 286.88º 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 #533A5A is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB835890-
CMYK0.080.3600.65
HSL286.88º21.62%29.02%-
HSV(B)286.88º35.56%35.29%-
XYZ6.935.610.39-
YUV69.12139.78137.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=35.93%
G=25.11%
B=38.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8358900.080.3600.65286.8821.6229.02
Hex533A5A82404111f161d
Octal12372132104401014372635
Binary101001111101010110101000100100010000011000111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A5A; }

 p { color: rgb(83,58,90); }

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

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

 a { background-color: rgb(83,58,90); }

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

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

 span { border-color: rgb(83,58,90); }

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