Html Css Color HEX #614659 Purple Taupe

📋 copy color: '#614659'

red 97 ◦ green 70 ◦ blue 89

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

Shades of Purple Taupe #614659

Tints of Purple Taupe #614659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 37.89%
G = 27.34%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#614659 (or 0x614659) is known color: Purple Taupe. HEX triplet: 61, 46 and 59. RGB value is (97,70,89). Sum of RGB (Red+Green+Blue) = 97+70+89=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #614659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614659 is #9EB9A6. Grayscale: #505050. Windows color (decimal): -10402215 or 5850721. OLE color: 5850721.

HSL color Cylindrical-coordinate representation of color #614659: hue angle of 317.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #614659 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 89 -
CMYK 0 0.28 0.08 0.62
HSL 317.78º 0.16% 0.33% -
HSV(B) 317.78º 0.28% 0.38% -
XYZ 8.92 7.64 10.46 -
YUV 80.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 97 70 89 0 0.28 0.08 0.62 317.78 0.16 0.33
Hex 61 46 59 0 1C 8 3E 13E 10 21
Octal 141 106 131 0 34 10 76 476 20 41
Binary 1100001 1000110 1011001 0 11100 1000 111110 100111110 10000 100001

Color Harmonies of #614659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614659

Black with #614659

Text Example


Text Example

White with #614659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614659; }

 p { color: rgb(97,70,89); }

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

background-color css

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

 a { background-color: rgb(97,70,89); }

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

border-color css

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

 span { border-color: rgb(97,70,89); }

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