#533858

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

Shades of Hot Purple #533858

Tints of Hot Purple #533858

Color information

#533858 (or 0x533858) is unknown color: approx Hot Purple. HEX triplet: 53, 38 and 58. RGB value is (83,56,88). Sum of RGB (Red+Green+Blue) = 83+56+88=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #533858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533858 is #ACC7A7. Grayscale: #434343. Windows color (decimal): -11323304 or 5781587. OLE color: 5781587.

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

Color convert

RGB835688-
CMYK0.060.3600.65
HSL290.62º22.22%28.24%-
HSV(B)290.62º36.36%34.51%-
XYZ6.745.379.91-
YUV67.72139.45138.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=36.56%
G=24.67%
B=38.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8356880.060.3600.65290.6222.2228.24
Hex533858624041123161c
Octal1237013064401014432634
Binary10100111110001011000110100100010000011001000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533858; }

 p { color: rgb(83,56,88); }

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

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

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

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

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

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

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