Html Css Color HEX #603B59 Purple Taupe

📋 copy color: '#603B59'

red 96 ◦ green 59 ◦ blue 89

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

Shades of Purple Taupe #603B59

Tints of Purple Taupe #603B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.18%

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 39.34%
G = 24.18%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#603B59 (or 0x603B59) is known color: Purple Taupe. HEX triplet: 60, 3B and 59. RGB value is (96,59,89). Sum of RGB (Red+Green+Blue) = 96+59+89=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #603B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B59 is #9FC4A6. Grayscale: #494949. Windows color (decimal): -10470567 or 5847904. OLE color: 5847904.

HSL color Cylindrical-coordinate representation of color #603B59: hue angle of 311.35º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #603B59 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 59 89 -
CMYK 0 0.39 0.07 0.62
HSL 311.35º 0.24% 0.3% -
HSV(B) 311.35º 0.39% 0.38% -
XYZ 8.19 6.34 10.24 -
YUV 73.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 96 59 89 0 0.39 0.07 0.62 311.35 0.24 0.3
Hex 60 3B 59 0 27 7 3E 137 18 1E
Octal 140 73 131 0 47 7 76 467 30 36
Binary 1100000 111011 1011001 0 100111 111 111110 100110111 11000 11110

Color Harmonies of #603B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B59

Black with #603B59

Text Example


Text Example

White with #603B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,89); }

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

background-color css

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

 a { background-color: rgb(96,59,89); }

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

border-color css

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

 span { border-color: rgb(96,59,89); }

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