#533153

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

Shades of Hot Purple #533153

Tints of Hot Purple #533153

Color information

#533153 (or 0x533153) is unknown color: approx Hot Purple. HEX triplet: 53, 31 and 53. RGB value is (83,49,83). Sum of RGB (Red+Green+Blue) = 83+49+83=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #533153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533153 is #ACCEAC. Grayscale: #3E3E3E. Windows color (decimal): -11325101 or 5452115. OLE color: 5452115.

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

Color convert

RGB834983-
CMYK00.4100.67
HSL300º25.76%25.88%-
HSV(B)300º40.96%32.55%-
XYZ6.234.668.75-
YUV63.04139.26142.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=38.60%
G=22.79%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83498300.4100.6730025.7625.88
Hex53315302904312c1a1a
Octal1236112305101034543232
Binary101001111000110100110101001010000111001011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533153; }

 p { color: rgb(83,49,83); }

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

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

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

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

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

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

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