#533659

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

Shades of Hot Purple #533659

Tints of Hot Purple #533659

Color information

#533659 (or 0x533659) is unknown color: approx Hot Purple. HEX triplet: 53, 36 and 59. RGB value is (83,54,89). Sum of RGB (Red+Green+Blue) = 83+54+89=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #533659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533659 is #ACC9A6. Grayscale: #424242. Windows color (decimal): -11323815 or 5846611. OLE color: 5846611.

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

Color convert

RGB835489-
CMYK0.070.3900.65
HSL289.71º24.48%28.04%-
HSV(B)289.71º39.33%34.9%-
XYZ6.695.210.1-
YUV66.66140.61139.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=36.73%
G=23.89%
B=39.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8354890.070.3900.65289.7124.4828.04
Hex533659727041122181c
Octal1236613174701014423034
Binary10100111101101011001111100111010000011001000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533659; }

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

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

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

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

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

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

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

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