Html Css Color HEX #603A55 Purple Taupe

📋 copy color: '#603A55'

red 96 ◦ green 58 ◦ blue 85

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

Shades of Purple Taupe #603A55

Tints of Purple Taupe #603A55

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 40.17%
G = 24.27%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#603A55 (or 0x603A55) is known color: Purple Taupe. HEX triplet: 60, 3A and 55. RGB value is (96,58,85). Sum of RGB (Red+Green+Blue) = 96+58+85=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #603A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A55 is #9FC5AA. Grayscale: #484848. Windows color (decimal): -10470827 or 5585504. OLE color: 5585504.

HSL color Cylindrical-coordinate representation of color #603A55: hue angle of 317.37º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A55 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 85 -
CMYK 0 0.40 0.11 0.62
HSL 317.37º 0.25% 0.3% -
HSV(B) 317.37º 0.4% 0.38% -
XYZ 7.98 6.17 9.36 -
YUV 72.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 96 58 85 0 0.40 0.11 0.62 317.37 0.25 0.3
Hex 60 3A 55 0 28 B 3E 13D 19 1E
Octal 140 72 125 0 50 13 76 475 31 36
Binary 1100000 111010 1010101 0 101000 1011 111110 100111101 11001 11110

Color Harmonies of #603A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A55

Black with #603A55

Text Example


Text Example

White with #603A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,85); }

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

background-color css

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

 a { background-color: rgb(96,58,85); }

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

border-color css

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

 span { border-color: rgb(96,58,85); }

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