Html Css Color HEX #614157 Purple Taupe

📋 copy color: '#614157'

red 97 ◦ green 65 ◦ blue 87

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

Shades of Purple Taupe #614157

Tints of Purple Taupe #614157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 38.96%
G = 26.1%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#614157 (or 0x614157) is known color: Purple Taupe. HEX triplet: 61, 41 and 57. RGB value is (97,65,87). Sum of RGB (Red+Green+Blue) = 97+65+87=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #614157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614157 is #9EBEA8. Grayscale: #4D4D4D. Windows color (decimal): -10403497 or 5718369. OLE color: 5718369.

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

Color convert

RGB 97 65 87 -
CMYK 0 0.33 0.10 0.62
HSL 318.75º 0.2% 0.32% -
HSV(B) 318.75º 0.33% 0.38% -
XYZ 8.54 7.01 9.92 -
YUV 77.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 97 65 87 0 0.33 0.10 0.62 318.75 0.2 0.32
Hex 61 41 57 0 21 A 3E 13F 14 20
Octal 141 101 127 0 41 12 76 477 24 40
Binary 1100001 1000001 1010111 0 100001 1010 111110 100111111 10100 100000

Color Harmonies of #614157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614157

Black with #614157

Text Example


Text Example

White with #614157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614157; }

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

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

background-color css

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

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

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

border-color css

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

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

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