Html Css Color HEX #603755 Purple Taupe

📋 copy color: '#603755'

red 96 ◦ green 55 ◦ blue 85

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

Shades of Purple Taupe #603755

Tints of Purple Taupe #603755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

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

R = 40.68%
G = 23.31%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#603755 (or 0x603755) is known color: Purple Taupe. HEX triplet: 60, 37 and 55. RGB value is (96,55,85). Sum of RGB (Red+Green+Blue) = 96+55+85=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #603755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603755 is #9FC8AA. Grayscale: #464646. Windows color (decimal): -10471595 or 5584736. OLE color: 5584736.

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

Color convert

RGB 96 55 85 -
CMYK 0 0.43 0.11 0.62
HSL 316.1º 0.27% 0.3% -
HSV(B) 316.1º 0.43% 0.38% -
XYZ 7.83 5.88 9.32 -
YUV 70.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 96 55 85 0 0.43 0.11 0.62 316.1 0.27 0.3
Hex 60 37 55 0 2B B 3E 13C 1B 1E
Octal 140 67 125 0 53 13 76 474 33 36
Binary 1100000 110111 1010101 0 101011 1011 111110 100111100 11011 11110

Color Harmonies of #603755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603755

Black with #603755

Text Example


Text Example

White with #603755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603755; }

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

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

background-color css

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

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

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

border-color css

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

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

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