Html Css Color HEX #61495B Purple Taupe

📋 copy color: '#61495B'

red 97 ◦ green 73 ◦ blue 91

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

Shades of Purple Taupe #61495B

Tints of Purple Taupe #61495B

RGB

 RED value IS 97 (38.28% from 255) = 37.16%

 GREEN value IS 73 (28.91% from 255) = 27.97%

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 37.16%
G = 27.97%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61495B (or 0x61495B) is known color: Purple Taupe. HEX triplet: 61, 49 and 5B. RGB value is (97,73,91). Sum of RGB (Red+Green+Blue) = 97+73+91=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #61495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61495B is #9EB6A4. Grayscale: #525252. Windows color (decimal): -10401445 or 5982561. OLE color: 5982561.

HSL color Cylindrical-coordinate representation of color #61495B: hue angle of 315º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61495B is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 91 -
CMYK 0 0.25 0.06 0.62
HSL 315º 0.14% 0.33% -
HSV(B) 315º 0.25% 0.38% -
XYZ 9.2 8.06 10.97 -
YUV 82.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 97 73 91 0 0.25 0.06 0.62 315 0.14 0.33
Hex 61 49 5B 0 19 6 3E 13B E 21
Octal 141 111 133 0 31 6 76 473 16 41
Binary 1100001 1001001 1011011 0 11001 110 111110 100111011 1110 100001

Color Harmonies of #61495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61495B

Black with #61495B

Text Example


Text Example

White with #61495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61495B; }

 p { color: rgb(97,73,91); }

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

background-color css

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

 a { background-color: rgb(97,73,91); }

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

border-color css

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

 span { border-color: rgb(97,73,91); }

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