Html Css Color HEX #603B58 Purple Taupe

📋 copy color: '#603B58'

red 96 ◦ green 59 ◦ blue 88

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

Shades of Purple Taupe #603B58

Tints of Purple Taupe #603B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.21%

R = 39.51%
G = 24.28%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#603B58 (or 0x603B58) is known color: Purple Taupe. HEX triplet: 60, 3B and 58. RGB value is (96,59,88). Sum of RGB (Red+Green+Blue) = 96+59+88=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #603B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B58 is #9FC4A7. Grayscale: #494949. Windows color (decimal): -10470568 or 5782368. OLE color: 5782368.

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

Color convert

RGB 96 59 88 -
CMYK 0 0.39 0.08 0.62
HSL 312.97º 0.24% 0.3% -
HSV(B) 312.97º 0.39% 0.38% -
XYZ 8.15 6.32 10.02 -
YUV 73.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 96 59 88 0 0.39 0.08 0.62 312.97 0.24 0.3
Hex 60 3B 58 0 27 8 3E 139 18 1E
Octal 140 73 130 0 47 10 76 471 30 36
Binary 1100000 111011 1011000 0 100111 1000 111110 100111001 11000 11110

Color Harmonies of #603B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B58

Black with #603B58

Text Example


Text Example

White with #603B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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