#533356

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

Shades of Hot Purple #533356

Tints of Hot Purple #533356

Color information

#533356 (or 0x533356) is unknown color: approx Hot Purple. HEX triplet: 53, 33 and 56. RGB value is (83,51,86). Sum of RGB (Red+Green+Blue) = 83+51+86=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #533356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533356 is #ACCCA9. Grayscale: #404040. Windows color (decimal): -11324586 or 5649235. OLE color: 5649235.

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

Color convert

RGB835186-
CMYK0.030.4100.66
HSL294.86º25.55%26.86%-
HSV(B)294.86º40.7%33.73%-
XYZ6.434.889.41-
YUV64.56140.1141.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=37.73%
G=23.18%
B=39.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8351860.030.4100.66294.8625.5526.86
Hex5333563290421271a1b
Octal1236312635101024473233
Binary1010011110011101011011101001010000101001001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533356; }

 p { color: rgb(83,51,86); }

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

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

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

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

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

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

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