Html Css Color HEX #603A56 Purple Taupe

📋 copy color: '#603A56'

red 96 ◦ green 58 ◦ blue 86

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

Shades of Purple Taupe #603A56

Tints of Purple Taupe #603A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 40%
G = 24.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#603A56 (or 0x603A56) is known color: Purple Taupe. HEX triplet: 60, 3A and 56. RGB value is (96,58,86). Sum of RGB (Red+Green+Blue) = 96+58+86=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #603A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A56 is #9FC5A9. Grayscale: #484848. Windows color (decimal): -10470826 or 5651040. OLE color: 5651040.

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

Color convert

RGB 96 58 86 -
CMYK 0 0.40 0.10 0.62
HSL 315.79º 0.25% 0.3% -
HSV(B) 315.79º 0.4% 0.38% -
XYZ 8.02 6.18 9.58 -
YUV 72.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 96 58 86 0 0.40 0.10 0.62 315.79 0.25 0.3
Hex 60 3A 56 0 28 A 3E 13C 19 1E
Octal 140 72 126 0 50 12 76 474 31 36
Binary 1100000 111010 1010110 0 101000 1010 111110 100111100 11001 11110

Color Harmonies of #603A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A56

Black with #603A56

Text Example


Text Example

White with #603A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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