Html Css Color HEX #613F5B Purple Taupe

📋 copy color: '#613F5B'

red 97 ◦ green 63 ◦ blue 91

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

Shades of Purple Taupe #613F5B

Tints of Purple Taupe #613F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 38.65%
G = 25.1%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#613F5B (or 0x613F5B) is known color: Purple Taupe. HEX triplet: 61, 3F and 5B. RGB value is (97,63,91). Sum of RGB (Red+Green+Blue) = 97+63+91=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #613F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F5B is #9EC0A4. Grayscale: #4C4C4C. Windows color (decimal): -10404005 or 5980001. OLE color: 5980001.

HSL color Cylindrical-coordinate representation of color #613F5B: hue angle of 310.59º 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 #613F5B is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 63 91 -
CMYK 0 0.35 0.06 0.62
HSL 310.59º 0.21% 0.31% -
HSV(B) 310.59º 0.35% 0.38% -
XYZ 8.6 6.85 10.77 -
YUV 76.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 97 63 91 0 0.35 0.06 0.62 310.59 0.21 0.31
Hex 61 3F 5B 0 23 6 3E 137 15 1F
Octal 141 77 133 0 43 6 76 467 25 37
Binary 1100001 111111 1011011 0 100011 110 111110 100110111 10101 11111

Color Harmonies of #613F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F5B

Black with #613F5B

Text Example


Text Example

White with #613F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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