Html Css Color HEX #61495E Purple Taupe

📋 copy color: '#61495E'

red 97 ◦ green 73 ◦ blue 94

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

Shades of Purple Taupe #61495E

Tints of Purple Taupe #61495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.61%

R = 36.74%
G = 27.65%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61495E (or 0x61495E) is known color: Purple Taupe. HEX triplet: 61, 49 and 5E. RGB value is (97,73,94). Sum of RGB (Red+Green+Blue) = 97+73+94=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #61495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61495E is #9EB6A1. Grayscale: #525252. Windows color (decimal): -10401442 or 6179169. OLE color: 6179169.

HSL color Cylindrical-coordinate representation of color #61495E: hue angle of 307.5º 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 #61495E is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 94 -
CMYK 0 0.25 0.03 0.62
HSL 307.5º 0.14% 0.33% -
HSV(B) 307.5º 0.25% 0.38% -
XYZ 9.33 8.11 11.66 -
YUV 82.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 97 73 94 0 0.25 0.03 0.62 307.5 0.14 0.33
Hex 61 49 5E 0 19 3 3E 134 E 21
Octal 141 111 136 0 31 3 76 464 16 41
Binary 1100001 1001001 1011110 0 11001 11 111110 100110100 1110 100001

Color Harmonies of #61495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61495E

Black with #61495E

Text Example


Text Example

White with #61495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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