Html Css Color HEX #613A57 Purple Taupe

📋 copy color: '#613A57'

red 97 ◦ green 58 ◦ blue 87

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

Shades of Purple Taupe #613A57

Tints of Purple Taupe #613A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

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

R = 40.08%
G = 23.97%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#613A57 (or 0x613A57) is known color: Purple Taupe. HEX triplet: 61, 3A and 57. RGB value is (97,58,87). Sum of RGB (Red+Green+Blue) = 97+58+87=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #613A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A57 is #9EC5A8. Grayscale: #484848. Windows color (decimal): -10405289 or 5716577. OLE color: 5716577.

HSL color Cylindrical-coordinate representation of color #613A57: hue angle of 315.38º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A57 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 87 -
CMYK 0 0.40 0.10 0.62
HSL 315.38º 0.25% 0.3% -
HSV(B) 315.38º 0.4% 0.38% -
XYZ 8.16 6.26 9.79 -
YUV 72.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 97 58 87 0 0.40 0.10 0.62 315.38 0.25 0.3
Hex 61 3A 57 0 28 A 3E 13B 19 1E
Octal 141 72 127 0 50 12 76 473 31 36
Binary 1100001 111010 1010111 0 101000 1010 111110 100111011 11001 11110

Color Harmonies of #613A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A57

Black with #613A57

Text Example


Text Example

White with #613A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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