#533555

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

Shades of Hot Purple #533555

Tints of Hot Purple #533555

Color information

#533555 (or 0x533555) is unknown color: approx Hot Purple. HEX triplet: 53, 35 and 55. RGB value is (83,53,85). Sum of RGB (Red+Green+Blue) = 83+53+85=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #533555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533555 is #ACCAAA. Grayscale: #414141. Windows color (decimal): -11324075 or 5584211. OLE color: 5584211.

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

Color convert

RGB835385-
CMYK0.020.3800.67
HSL296.25º23.19%27.06%-
HSV(B)296.25º37.65%33.33%-
XYZ6.485.049.23-
YUV65.62138.94140.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=37.56%
G=23.98%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353850.020.3800.67296.2523.1927.06
Hex533555226043128171b
Octal1236512524601034502733
Binary1010011110101101010110100110010000111001010001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533555; }

 p { color: rgb(83,53,85); }

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

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

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

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

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

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

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