Html Css Color HEX #603954 Purple Taupe

📋 copy color: '#603954'

red 96 ◦ green 57 ◦ blue 84

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

Shades of Purple Taupe #603954

Tints of Purple Taupe #603954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.44%

R = 40.51%
G = 24.05%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#603954 (or 0x603954) is known color: Purple Taupe. HEX triplet: 60, 39 and 54. RGB value is (96,57,84). Sum of RGB (Red+Green+Blue) = 96+57+84=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #603954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603954 is #9FC6AB. Grayscale: #474747. Windows color (decimal): -10471084 or 5519712. OLE color: 5519712.

HSL color Cylindrical-coordinate representation of color #603954: hue angle of 318.46º 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 #603954 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 57 84 -
CMYK 0 0.41 0.12 0.62
HSL 318.46º 0.25% 0.3% -
HSV(B) 318.46º 0.41% 0.38% -
XYZ 7.89 6.05 9.14 -
YUV 71.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 96 57 84 0 0.41 0.12 0.62 318.46 0.25 0.3
Hex 60 39 54 0 29 C 3E 13E 19 1E
Octal 140 71 124 0 51 14 76 476 31 36
Binary 1100000 111001 1010100 0 101001 1100 111110 100111110 11001 11110

Color Harmonies of #603954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603954

Black with #603954

Text Example


Text Example

White with #603954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603954; }

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

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

background-color css

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

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

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

border-color css

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

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

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