Html Css Color HEX #614A5C Purple Taupe

📋 copy color: '#614A5C'

red 97 ◦ green 74 ◦ blue 92

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

Shades of Purple Taupe #614A5C

Tints of Purple Taupe #614A5C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 36.88%
G = 28.14%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#614A5C (or 0x614A5C) is known color: Purple Taupe. HEX triplet: 61, 4A and 5C. RGB value is (97,74,92). Sum of RGB (Red+Green+Blue) = 97+74+92=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #614A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A5C is #9EB5A3. Grayscale: #525252. Windows color (decimal): -10401188 or 6048353. OLE color: 6048353.

HSL color Cylindrical-coordinate representation of color #614A5C: hue angle of 313.04º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #614A5C is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 92 -
CMYK 0 0.24 0.05 0.62
HSL 313.04º 0.13% 0.34% -
HSV(B) 313.04º 0.24% 0.38% -
XYZ 9.31 8.21 11.22 -
YUV 82.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 97 74 92 0 0.24 0.05 0.62 313.04 0.13 0.34
Hex 61 4A 5C 0 18 5 3E 139 D 22
Octal 141 112 134 0 30 5 76 471 15 42
Binary 1100001 1001010 1011100 0 11000 101 111110 100111001 1101 100010

Color Harmonies of #614A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A5C

Black with #614A5C

Text Example


Text Example

White with #614A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A5C; }

 p { color: rgb(97,74,92); }

 H1.HeaderClassName
 {
   color: #614A5C;
 }
 .AnyTagClassName
 {
   color: #614A5C;
 }
</style>

background-color css

<style>
 a { background-color: #614A5C; }

 a { background-color: rgb(97,74,92); }

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

border-color css

<style>
 span { border-color: #614A5C; }

 span { border-color: rgb(97,74,92); }

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