Html Css Color HEX #614359 Purple Taupe

📋 copy color: '#614359'

red 97 ◦ green 67 ◦ blue 89

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

Shades of Purple Taupe #614359

Tints of Purple Taupe #614359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 38.34%
G = 26.48%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#614359 (or 0x614359) is known color: Purple Taupe. HEX triplet: 61, 43 and 59. RGB value is (97,67,89). Sum of RGB (Red+Green+Blue) = 97+67+89=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614359 is #9EBCA6. Grayscale: #4E4E4E. Windows color (decimal): -10402983 or 5849953. OLE color: 5849953.

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

Color convert

RGB 97 67 89 -
CMYK 0 0.31 0.08 0.62
HSL 316º 0.18% 0.32% -
HSV(B) 316º 0.31% 0.38% -
XYZ 8.74 7.28 10.4 -
YUV 78.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 97 67 89 0 0.31 0.08 0.62 316 0.18 0.32
Hex 61 43 59 0 1F 8 3E 13C 12 20
Octal 141 103 131 0 37 10 76 474 22 40
Binary 1100001 1000011 1011001 0 11111 1000 111110 100111100 10010 100000

Color Harmonies of #614359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614359

Black with #614359

Text Example


Text Example

White with #614359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614359; }

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

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

background-color css

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

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

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

border-color css

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

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

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