Html Css Color HEX #533651 Purple Taupe

📋 copy color: '#533651'

red 83 ◦ green 54 ◦ blue 81

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

Shades of Purple Taupe #533651

Tints of Purple Taupe #533651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

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

R = 38.07%
G = 24.77%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#533651 (or 0x533651) is known color: Purple Taupe. HEX triplet: 53, 36 and 51. RGB value is (83,54,81). Sum of RGB (Red+Green+Blue) = 83+54+81=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533651 is #ACC9AE. Grayscale: #414141. Windows color (decimal): -11323823 or 5322323. OLE color: 5322323.

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

Color convert

RGB 83 54 81 -
CMYK 0 0.35 0.02 0.67
HSL 304.14º 0.21% 0.27% -
HSV(B) 304.14º 0.35% 0.33% -
XYZ 6.37 5.07 8.43 -
YUV 65.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 83 54 81 0 0.35 0.02 0.67 304.14 0.21 0.27
Hex 53 36 51 0 23 2 43 130 15 1B
Octal 123 66 121 0 43 2 103 460 25 33
Binary 1010011 110110 1010001 0 100011 10 1000011 100110000 10101 11011

Color Harmonies of #533651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533651

Black with #533651

Text Example


Text Example

White with #533651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533651; }

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

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

background-color css

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

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

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

border-color css

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

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

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