Html Css Color HEX #61485B Purple Taupe

📋 copy color: '#61485B'

red 97 ◦ green 72 ◦ blue 91

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

Shades of Purple Taupe #61485B

Tints of Purple Taupe #61485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

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

R = 37.31%
G = 27.69%
B = 35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61485B (or 0x61485B) is known color: Purple Taupe. HEX triplet: 61, 48 and 5B. RGB value is (97,72,91). Sum of RGB (Red+Green+Blue) = 97+72+91=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #61485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61485B is #9EB7A4. Grayscale: #515151. Windows color (decimal): -10401701 or 5982305. OLE color: 5982305.

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

Color convert

RGB 97 72 91 -
CMYK 0 0.26 0.06 0.62
HSL 314.4º 0.15% 0.33% -
HSV(B) 314.4º 0.26% 0.38% -
XYZ 9.14 7.93 10.95 -
YUV 81.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 97 72 91 0 0.26 0.06 0.62 314.4 0.15 0.33
Hex 61 48 5B 0 1A 6 3E 13A F 21
Octal 141 110 133 0 32 6 76 472 17 41
Binary 1100001 1001000 1011011 0 11010 110 111110 100111010 1111 100001

Color Harmonies of #61485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61485B

Black with #61485B

Text Example


Text Example

White with #61485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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