Html Css Color HEX #603C5A Purple Taupe

📋 copy color: '#603C5A'

red 96 ◦ green 60 ◦ blue 90

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

Shades of Purple Taupe #603C5A

Tints of Purple Taupe #603C5A

RGB

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

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

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

R = 39.02%
G = 24.39%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#603C5A (or 0x603C5A) is known color: Purple Taupe. HEX triplet: 60, 3C and 5A. RGB value is (96,60,90). Sum of RGB (Red+Green+Blue) = 96+60+90=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #603C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C5A is #9FC3A5. Grayscale: #4A4A4A. Windows color (decimal): -10470310 or 5913696. OLE color: 5913696.

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

Color convert

RGB 96 60 90 -
CMYK 0 0.38 0.06 0.62
HSL 310º 0.23% 0.31% -
HSV(B) 310º 0.38% 0.38% -
XYZ 8.29 6.46 10.48 -
YUV 74.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 96 60 90 0 0.38 0.06 0.62 310 0.23 0.31
Hex 60 3C 5A 0 26 6 3E 136 17 1F
Octal 140 74 132 0 46 6 76 466 27 37
Binary 1100000 111100 1011010 0 100110 110 111110 100110110 10111 11111

Color Harmonies of #603C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C5A

Black with #603C5A

Text Example


Text Example

White with #603C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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