Html Css Color HEX #61465E Purple Taupe

📋 copy color: '#61465E'

red 97 ◦ green 70 ◦ blue 94

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

Shades of Purple Taupe #61465E

Tints of Purple Taupe #61465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

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

R = 37.16%
G = 26.82%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61465E (or 0x61465E) is known color: Purple Taupe. HEX triplet: 61, 46 and 5E. RGB value is (97,70,94). Sum of RGB (Red+Green+Blue) = 97+70+94=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #61465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61465E is #9EB9A1. Grayscale: #505050. Windows color (decimal): -10402210 or 6178401. OLE color: 6178401.

HSL color Cylindrical-coordinate representation of color #61465E: hue angle of 306.67º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61465E is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 94 -
CMYK 0 0.28 0.03 0.62
HSL 306.67º 0.16% 0.33% -
HSV(B) 306.67º 0.28% 0.38% -
XYZ 9.14 7.73 11.6 -
YUV 80.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 97 70 94 0 0.28 0.03 0.62 306.67 0.16 0.33
Hex 61 46 5E 0 1C 3 3E 133 10 21
Octal 141 106 136 0 34 3 76 463 20 41
Binary 1100001 1000110 1011110 0 11100 11 111110 100110011 10000 100001

Color Harmonies of #61465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61465E

Black with #61465E

Text Example


Text Example

White with #61465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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