Html Css Color HEX #61445B Purple Taupe

📋 copy color: '#61445B'

red 97 ◦ green 68 ◦ blue 91

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

Shades of Purple Taupe #61445B

Tints of Purple Taupe #61445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

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

R = 37.89%
G = 26.56%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61445B (or 0x61445B) is known color: Purple Taupe. HEX triplet: 61, 44 and 5B. RGB value is (97,68,91). Sum of RGB (Red+Green+Blue) = 97+68+91=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61445B is #9EBBA4. Grayscale: #4F4F4F. Windows color (decimal): -10402725 or 5981281. OLE color: 5981281.

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

Color convert

RGB 97 68 91 -
CMYK 0 0.30 0.06 0.62
HSL 312.41º 0.18% 0.32% -
HSV(B) 312.41º 0.3% 0.38% -
XYZ 8.89 7.43 10.86 -
YUV 79.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 97 68 91 0 0.30 0.06 0.62 312.41 0.18 0.32
Hex 61 44 5B 0 1E 6 3E 138 12 20
Octal 141 104 133 0 36 6 76 470 22 40
Binary 1100001 1000100 1011011 0 11110 110 111110 100111000 10010 100000

Color Harmonies of #61445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61445B

Black with #61445B

Text Example


Text Example

White with #61445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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