#603954

Color #603954 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #603954

Tints of Purple Taupe #603954

Color information

#603954 (or 0x603954) is unknown color: approx 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

RGB965784-
CMYK00.410.120.62
HSL318.46º25.49%30%-
HSV(B)318.46º40.62%37.65%-
XYZ7.896.059.14-
YUV71.74134.92145.3-

RGB Variations

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

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.20% from 255) = 35.44%
R=40.51%
G=24.05%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96578400.410.120.62318.4625.4930
Hex603954029C3E13e191e
Octal1407112405114764763136
Binary11000001110011010100010100111001111101001111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>