Html Css Color HEX #603A57 Purple Taupe

📋 copy color: '#603A57'

red 96 ◦ green 58 ◦ blue 87

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

Shades of Purple Taupe #603A57

Tints of Purple Taupe #603A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.1%

R = 39.83%
G = 24.07%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#603A57 (or 0x603A57) is known color: Purple Taupe. HEX triplet: 60, 3A and 57. RGB value is (96,58,87). Sum of RGB (Red+Green+Blue) = 96+58+87=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #603A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A57 is #9FC5A8. Grayscale: #484848. Windows color (decimal): -10470825 or 5716576. OLE color: 5716576.

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

Color convert

RGB 96 58 87 -
CMYK 0 0.40 0.09 0.62
HSL 314.21º 0.25% 0.3% -
HSV(B) 314.21º 0.4% 0.38% -
XYZ 8.06 6.2 9.79 -
YUV 72.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 96 58 87 0 0.40 0.09 0.62 314.21 0.25 0.3
Hex 60 3A 57 0 28 9 3E 13A 19 1E
Octal 140 72 127 0 50 11 76 472 31 36
Binary 1100000 111010 1010111 0 101000 1001 111110 100111010 11001 11110

Color Harmonies of #603A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A57

Black with #603A57

Text Example


Text Example

White with #603A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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