Html Css Color HEX #614257 Purple Taupe

📋 copy color: '#614257'

red 97 ◦ green 66 ◦ blue 87

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

Shades of Purple Taupe #614257

Tints of Purple Taupe #614257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 38.8%
G = 26.4%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#614257 (or 0x614257) is known color: Purple Taupe. HEX triplet: 61, 42 and 57. RGB value is (97,66,87). Sum of RGB (Red+Green+Blue) = 97+66+87=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614257 is #9EBDA8. Grayscale: #4D4D4D. Windows color (decimal): -10403241 or 5718625. OLE color: 5718625.

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

Color convert

RGB 97 66 87 -
CMYK 0 0.32 0.10 0.62
HSL 319.35º 0.19% 0.32% -
HSV(B) 319.35º 0.32% 0.38% -
XYZ 8.6 7.13 9.94 -
YUV 77.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 97 66 87 0 0.32 0.10 0.62 319.35 0.19 0.32
Hex 61 42 57 0 20 A 3E 13F 13 20
Octal 141 102 127 0 40 12 76 477 23 40
Binary 1100001 1000010 1010111 0 100000 1010 111110 100111111 10011 100000

Color Harmonies of #614257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614257

Black with #614257

Text Example


Text Example

White with #614257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614257; }

 p { color: rgb(97,66,87); }

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

background-color css

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

 a { background-color: rgb(97,66,87); }

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

border-color css

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

 span { border-color: rgb(97,66,87); }

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