#533257

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

Shades of Hot Purple #533257

Tints of Hot Purple #533257

Color information

#533257 (or 0x533257) is unknown color: approx Hot Purple. HEX triplet: 53, 32 and 57. RGB value is (83,50,87). Sum of RGB (Red+Green+Blue) = 83+50+87=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #533257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533257 is #ACCDA8. Grayscale: #3F3F3F. Windows color (decimal): -11324841 or 5714515. OLE color: 5714515.

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

Color convert

RGB835087-
CMYK0.050.4300.66
HSL293.51º27.01%26.86%-
HSV(B)293.51º42.53%34.12%-
XYZ6.434.819.61-
YUV64.09140.93141.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=37.73%
G=22.73%
B=39.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8350870.050.4300.66293.5127.0126.86
Hex53325752B0421261b1b
Octal1236212755301024463333
Binary10100111100101010111101101011010000101001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533257; }

 p { color: rgb(83,50,87); }

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

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

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

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

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

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

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