Html Css Color HEX #613F5D Purple Taupe

📋 copy color: '#613F5D'

red 97 ◦ green 63 ◦ blue 93

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

Shades of Purple Taupe #613F5D

Tints of Purple Taupe #613F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 38.34%
G = 24.9%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#613F5D (or 0x613F5D) is known color: Purple Taupe. HEX triplet: 61, 3F and 5D. RGB value is (97,63,93). Sum of RGB (Red+Green+Blue) = 97+63+93=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #613F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F5D is #9EC0A2. Grayscale: #4C4C4C. Windows color (decimal): -10404003 or 6111073. OLE color: 6111073.

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

Color convert

RGB 97 63 93 -
CMYK 0 0.35 0.04 0.62
HSL 307.06º 0.21% 0.31% -
HSV(B) 307.06º 0.35% 0.38% -
XYZ 8.68 6.89 11.23 -
YUV 76.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 97 63 93 0 0.35 0.04 0.62 307.06 0.21 0.31
Hex 61 3F 5D 0 23 4 3E 133 15 1F
Octal 141 77 135 0 43 4 76 463 25 37
Binary 1100001 111111 1011101 0 100011 100 111110 100110011 10101 11111

Color Harmonies of #613F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F5D

Black with #613F5D

Text Example


Text Example

White with #613F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,63,93); }

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

background-color css

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

 a { background-color: rgb(97,63,93); }

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

border-color css

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

 span { border-color: rgb(97,63,93); }

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