Html Css Color HEX #61495F Purple Taupe

📋 copy color: '#61495F'

red 97 ◦ green 73 ◦ blue 95

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

Shades of Purple Taupe #61495F

Tints of Purple Taupe #61495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 36.6%
G = 27.55%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61495F (or 0x61495F) is known color: Purple Taupe. HEX triplet: 61, 49 and 5F. RGB value is (97,73,95). Sum of RGB (Red+Green+Blue) = 97+73+95=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #61495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61495F is #9EB6A0. Grayscale: #525252. Windows color (decimal): -10401441 or 6244705. OLE color: 6244705.

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

Color convert

RGB 97 73 95 -
CMYK 0 0.25 0.02 0.62
HSL 305º 0.14% 0.33% -
HSV(B) 305º 0.25% 0.38% -
XYZ 9.38 8.13 11.9 -
YUV 82.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 97 73 95 0 0.25 0.02 0.62 305 0.14 0.33
Hex 61 49 5F 0 19 2 3E 131 E 21
Octal 141 111 137 0 31 2 76 461 16 41
Binary 1100001 1001001 1011111 0 11001 10 111110 100110001 1110 100001

Color Harmonies of #61495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61495F

Black with #61495F

Text Example


Text Example

White with #61495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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