#533653

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

Shades of Hot Purple #533653

Tints of Hot Purple #533653

Color information

#533653 (or 0x533653) is unknown color: approx Hot Purple. HEX triplet: 53, 36 and 53. RGB value is (83,54,83). Sum of RGB (Red+Green+Blue) = 83+54+83=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #533653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533653 is #ACC9AC. Grayscale: #414141. Windows color (decimal): -11323821 or 5453395. OLE color: 5453395.

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

Color convert

RGB835483-
CMYK00.3500.67
HSL300º21.17%26.86%-
HSV(B)300º34.94%32.55%-
XYZ6.455.18.83-
YUV65.98137.61140.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=37.73%
G=24.55%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83548300.3500.6730021.1726.86
Hex53365302304312c151b
Octal1236612304301034542533
Binary101001111011010100110100011010000111001011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533653; }

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

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

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

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

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

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

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

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