Html Css Color HEX #533551 Purple Taupe

📋 copy color: '#533551'

red 83 ◦ green 53 ◦ blue 81

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

Shades of Purple Taupe #533551

Tints of Purple Taupe #533551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.33%

R = 38.25%
G = 24.42%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#533551 (or 0x533551) is known color: Purple Taupe. HEX triplet: 53, 35 and 51. RGB value is (83,53,81). Sum of RGB (Red+Green+Blue) = 83+53+81=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533551 is #ACCAAE. Grayscale: #414141. Windows color (decimal): -11324079 or 5322067. OLE color: 5322067.

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

Color convert

RGB 83 53 81 -
CMYK 0 0.36 0.02 0.67
HSL 304º 0.22% 0.27% -
HSV(B) 304º 0.36% 0.33% -
XYZ 6.33 4.98 8.41 -
YUV 65.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 83 53 81 0 0.36 0.02 0.67 304 0.22 0.27
Hex 53 35 51 0 24 2 43 130 16 1B
Octal 123 65 121 0 44 2 103 460 26 33
Binary 1010011 110101 1010001 0 100100 10 1000011 100110000 10110 11011

Color Harmonies of #533551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533551

Black with #533551

Text Example


Text Example

White with #533551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533551; }

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

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

background-color css

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

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

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

border-color css

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

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

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