Html Css Color HEX #61445A Purple Taupe

📋 copy color: '#61445A'

red 97 ◦ green 68 ◦ blue 90

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

Shades of Purple Taupe #61445A

Tints of Purple Taupe #61445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 38.04%
G = 26.67%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61445A (or 0x61445A) is known color: Purple Taupe. HEX triplet: 61, 44 and 5A. RGB value is (97,68,90). Sum of RGB (Red+Green+Blue) = 97+68+90=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #61445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61445A is #9EBBA5. Grayscale: #4F4F4F. Windows color (decimal): -10402726 or 5915745. OLE color: 5915745.

HSL color Cylindrical-coordinate representation of color #61445A: hue angle of 314.48º 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 #61445A is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 90 -
CMYK 0 0.30 0.07 0.62
HSL 314.48º 0.18% 0.32% -
HSV(B) 314.48º 0.3% 0.38% -
XYZ 8.84 7.41 10.64 -
YUV 79.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 97 68 90 0 0.30 0.07 0.62 314.48 0.18 0.32
Hex 61 44 5A 0 1E 7 3E 13A 12 20
Octal 141 104 132 0 36 7 76 472 22 40
Binary 1100001 1000100 1011010 0 11110 111 111110 100111010 10010 100000

Color Harmonies of #61445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61445A

Black with #61445A

Text Example


Text Example

White with #61445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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