Html Css Color HEX #61465F Purple Taupe

📋 copy color: '#61465F'

red 97 ◦ green 70 ◦ blue 95

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

Shades of Purple Taupe #61465F

Tints of Purple Taupe #61465F

RGB

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

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

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

R = 37.02%
G = 26.72%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61465F (or 0x61465F) is known color: Purple Taupe. HEX triplet: 61, 46 and 5F. RGB value is (97,70,95). Sum of RGB (Red+Green+Blue) = 97+70+95=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #61465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61465F is #9EB9A0. Grayscale: #505050. Windows color (decimal): -10402209 or 6243937. OLE color: 6243937.

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

Color convert

RGB 97 70 95 -
CMYK 0 0.28 0.02 0.62
HSL 304.44º 0.16% 0.33% -
HSV(B) 304.44º 0.28% 0.38% -
XYZ 9.19 7.75 11.84 -
YUV 80.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 97 70 95 0 0.28 0.02 0.62 304.44 0.16 0.33
Hex 61 46 5F 0 1C 2 3E 130 10 21
Octal 141 106 137 0 34 2 76 460 20 41
Binary 1100001 1000110 1011111 0 11100 10 111110 100110000 10000 100001

Color Harmonies of #61465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61465F

Black with #61465F

Text Example


Text Example

White with #61465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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