Html Css Color HEX #613E5A Purple Taupe

📋 copy color: '#613E5A'

red 97 ◦ green 62 ◦ blue 90

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

Shades of Purple Taupe #613E5A

Tints of Purple Taupe #613E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 38.96%
G = 24.9%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#613E5A (or 0x613E5A) is known color: Purple Taupe. HEX triplet: 61, 3E and 5A. RGB value is (97,62,90). Sum of RGB (Red+Green+Blue) = 97+62+90=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #613E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E5A is #9EC1A5. Grayscale: #4B4B4B. Windows color (decimal): -10404262 or 5914209. OLE color: 5914209.

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

Color convert

RGB 97 62 90 -
CMYK 0 0.36 0.07 0.62
HSL 312º 0.22% 0.31% -
HSV(B) 312º 0.36% 0.38% -
XYZ 8.5 6.72 10.52 -
YUV 75.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 97 62 90 0 0.36 0.07 0.62 312 0.22 0.31
Hex 61 3E 5A 0 24 7 3E 138 16 1F
Octal 141 76 132 0 44 7 76 470 26 37
Binary 1100001 111110 1011010 0 100100 111 111110 100111000 10110 11111

Color Harmonies of #613E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E5A

Black with #613E5A

Text Example


Text Example

White with #613E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,90); }

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

background-color css

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

 a { background-color: rgb(97,62,90); }

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

border-color css

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

 span { border-color: rgb(97,62,90); }

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