Html Css Color HEX #603C5B Purple Taupe

📋 copy color: '#603C5B'

red 96 ◦ green 60 ◦ blue 91

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

Shades of Purple Taupe #603C5B

Tints of Purple Taupe #603C5B

RGB

 RED value IS 96 (37.89% from 255) = 38.87%

 GREEN value IS 60 (23.83% from 255) = 24.29%

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

R = 38.87%
G = 24.29%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#603C5B (or 0x603C5B) is known color: Purple Taupe. HEX triplet: 60, 3C and 5B. RGB value is (96,60,91). Sum of RGB (Red+Green+Blue) = 96+60+91=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #603C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C5B is #9FC3A4. Grayscale: #4A4A4A. Windows color (decimal): -10470309 or 5979232. OLE color: 5979232.

HSL color Cylindrical-coordinate representation of color #603C5B: hue angle of 308.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #603C5B is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 60 91 -
CMYK 0 0.38 0.05 0.62
HSL 308.33º 0.23% 0.31% -
HSV(B) 308.33º 0.38% 0.38% -
XYZ 8.33 6.47 10.71 -
YUV 74.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 96 60 91 0 0.38 0.05 0.62 308.33 0.23 0.31
Hex 60 3C 5B 0 26 5 3E 134 17 1F
Octal 140 74 133 0 46 5 76 464 27 37
Binary 1100000 111100 1011011 0 100110 101 111110 100110100 10111 11111

Color Harmonies of #603C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C5B

Black with #603C5B

Text Example


Text Example

White with #603C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603C5B; }

 p { color: rgb(96,60,91); }

 H1.HeaderClassName
 {
   color: #603C5B;
 }
 .AnyTagClassName
 {
   color: #603C5B;
 }
</style>

background-color css

<style>
 a { background-color: #603C5B; }

 a { background-color: rgb(96,60,91); }

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

border-color css

<style>
 span { border-color: #603C5B; }

 span { border-color: rgb(96,60,91); }

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