Html Css Color HEX #61405B Purple Taupe

📋 copy color: '#61405B'

red 97 ◦ green 64 ◦ blue 91

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

Shades of Purple Taupe #61405B

Tints of Purple Taupe #61405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 38.49%
G = 25.4%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61405B (or 0x61405B) is known color: Purple Taupe. HEX triplet: 61, 40 and 5B. RGB value is (97,64,91). Sum of RGB (Red+Green+Blue) = 97+64+91=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #61405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61405B is #9EBFA4. Grayscale: #4C4C4C. Windows color (decimal): -10403749 or 5980257. OLE color: 5980257.

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

Color convert

RGB 97 64 91 -
CMYK 0 0.34 0.06 0.62
HSL 310.91º 0.2% 0.32% -
HSV(B) 310.91º 0.34% 0.38% -
XYZ 8.65 6.96 10.79 -
YUV 76.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 97 64 91 0 0.34 0.06 0.62 310.91 0.2 0.32
Hex 61 40 5B 0 22 6 3E 137 14 20
Octal 141 100 133 0 42 6 76 467 24 40
Binary 1100001 1000000 1011011 0 100010 110 111110 100110111 10100 100000

Color Harmonies of #61405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61405B

Black with #61405B

Text Example


Text Example

White with #61405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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