Html Css Color HEX #603958 Purple Taupe

📋 copy color: '#603958'

red 96 ◦ green 57 ◦ blue 88

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

Shades of Purple Taupe #603958

Tints of Purple Taupe #603958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

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

R = 39.83%
G = 23.65%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#603958 (or 0x603958) is known color: Purple Taupe. HEX triplet: 60, 39 and 58. RGB value is (96,57,88). Sum of RGB (Red+Green+Blue) = 96+57+88=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #603958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603958 is #9FC6A7. Grayscale: #484848. Windows color (decimal): -10471080 or 5781856. OLE color: 5781856.

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

Color convert

RGB 96 57 88 -
CMYK 0 0.41 0.08 0.62
HSL 312.31º 0.25% 0.3% -
HSV(B) 312.31º 0.41% 0.38% -
XYZ 8.05 6.12 9.99 -
YUV 72.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 96 57 88 0 0.41 0.08 0.62 312.31 0.25 0.3
Hex 60 39 58 0 29 8 3E 138 19 1E
Octal 140 71 130 0 51 10 76 470 31 36
Binary 1100000 111001 1011000 0 101001 1000 111110 100111000 11001 11110

Color Harmonies of #603958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603958

Black with #603958

Text Example


Text Example

White with #603958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603958; }

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

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

background-color css

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

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

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

border-color css

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

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

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