Html Css Color HEX #533557 Hot Purple

📋 copy color: '#533557'

red 83 ◦ green 53 ◦ blue 87

#533557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #533557

Tints of Hot Purple #533557

RGB

 RED value IS 83 (32.81% from 255) = 37.22%

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 37.22%
G = 23.77%
B = 39.01%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#533557 (or 0x533557) is known color: Hot Purple. HEX triplet: 53, 35 and 57. RGB value is (83,53,87). Sum of RGB (Red+Green+Blue) = 83+53+87=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #533557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533557 is #ACCAA8. Grayscale: #414141. Windows color (decimal): -11324073 or 5715283. OLE color: 5715283.

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

Color convert

RGB 83 53 87 -
CMYK 0.05 0.39 0 0.66
HSL 292.94º 0.24% 0.27% -
HSV(B) 292.94º 0.39% 0.34% -
XYZ 6.56 5.07 9.65 -
YUV 65.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 83 53 87 0.05 0.39 0 0.66 292.94 0.24 0.27
Hex 53 35 57 5 27 0 42 125 18 1B
Octal 123 65 127 5 47 0 102 445 30 33
Binary 1010011 110101 1010111 101 100111 0 1000010 100100101 11000 11011

Color Harmonies of #533557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533557

Black with #533557

Text Example


Text Example

White with #533557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533557; }

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

 H1.HeaderClassName
 {
   color: #533557;
 }
 .AnyTagClassName
 {
   color: #533557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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