Html Css Color HEX #61485E Purple Taupe

📋 copy color: '#61485E'

red 97 ◦ green 72 ◦ blue 94

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

Shades of Purple Taupe #61485E

Tints of Purple Taupe #61485E

RGB

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

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

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

R = 36.88%
G = 27.38%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61485E (or 0x61485E) is known color: Purple Taupe. HEX triplet: 61, 48 and 5E. RGB value is (97,72,94). Sum of RGB (Red+Green+Blue) = 97+72+94=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #61485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61485E is #9EB7A1. Grayscale: #515151. Windows color (decimal): -10401698 or 6178913. OLE color: 6178913.

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

Color convert

RGB 97 72 94 -
CMYK 0 0.26 0.03 0.62
HSL 307.2º 0.15% 0.33% -
HSV(B) 307.2º 0.26% 0.38% -
XYZ 9.27 7.98 11.64 -
YUV 81.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 97 72 94 0 0.26 0.03 0.62 307.2 0.15 0.33
Hex 61 48 5E 0 1A 3 3E 133 F 21
Octal 141 110 136 0 32 3 76 463 17 41
Binary 1100001 1001000 1011110 0 11010 11 111110 100110011 1111 100001

Color Harmonies of #61485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61485E

Black with #61485E

Text Example


Text Example

White with #61485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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