Html Css Color HEX #533E4F Purple Taupe

📋 copy color: '#533E4F'

red 83 ◦ green 62 ◦ blue 79

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

Shades of Purple Taupe #533E4F

Tints of Purple Taupe #533E4F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.68%

 BLUE value IS 79 (31.25% from 255) = 35.27%

R = 37.05%
G = 27.68%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#533E4F (or 0x533E4F) is known color: Purple Taupe. HEX triplet: 53, 3E and 4F. RGB value is (83,62,79). Sum of RGB (Red+Green+Blue) = 83+62+79=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #533E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533E4F is #ACC1B0. Grayscale: #464646. Windows color (decimal): -11321777 or 5193299. OLE color: 5193299.

HSL color Cylindrical-coordinate representation of color #533E4F: hue angle of 311.43º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #533E4F is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 62 79 -
CMYK 0 0.25 0.05 0.67
HSL 311.43º 0.14% 0.28% -
HSV(B) 311.43º 0.25% 0.33% -
XYZ 6.7 5.85 8.17 -
YUV 70.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 83 62 79 0 0.25 0.05 0.67 311.43 0.14 0.28
Hex 53 3E 4F 0 19 5 43 137 E 1C
Octal 123 76 117 0 31 5 103 467 16 34
Binary 1010011 111110 1001111 0 11001 101 1000011 100110111 1110 11100

Color Harmonies of #533E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E4F

Black with #533E4F

Text Example


Text Example

White with #533E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533E4F; }

 p { color: rgb(83,62,79); }

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

background-color css

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

 a { background-color: rgb(83,62,79); }

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

border-color css

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

 span { border-color: rgb(83,62,79); }

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