Html Css Color HEX #613B59 Purple Taupe

📋 copy color: '#613B59'

red 97 ◦ green 59 ◦ blue 89

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

Shades of Purple Taupe #613B59

Tints of Purple Taupe #613B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

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

R = 39.59%
G = 24.08%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#613B59 (or 0x613B59) is known color: Purple Taupe. HEX triplet: 61, 3B and 59. RGB value is (97,59,89). Sum of RGB (Red+Green+Blue) = 97+59+89=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #613B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B59 is #9EC4A6. Grayscale: #494949. Windows color (decimal): -10405031 or 5847905. OLE color: 5847905.

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

Color convert

RGB 97 59 89 -
CMYK 0 0.39 0.08 0.62
HSL 312.63º 0.24% 0.31% -
HSV(B) 312.63º 0.39% 0.38% -
XYZ 8.3 6.39 10.25 -
YUV 73.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 97 59 89 0 0.39 0.08 0.62 312.63 0.24 0.31
Hex 61 3B 59 0 27 8 3E 139 18 1F
Octal 141 73 131 0 47 10 76 471 30 37
Binary 1100001 111011 1011001 0 100111 1000 111110 100111001 11000 11111

Color Harmonies of #613B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B59

Black with #613B59

Text Example


Text Example

White with #613B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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