#603E5A

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

Shades of Purple Taupe #603E5A

Tints of Purple Taupe #603E5A

Color information

#603E5A (or 0x603E5A) is unknown color: approx Purple Taupe. HEX triplet: 60, 3E and 5A. RGB value is (96,62,90). Sum of RGB (Red+Green+Blue) = 96+62+90=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #603E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603E5A is #9FC1A5. Grayscale: #4B4B4B. Windows color (decimal): -10469798 or 5914208. OLE color: 5914208.

HSL color Cylindrical-coordinate representation of color #603E5A: hue angle of 310.59º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #603E5A is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB966290-
CMYK00.350.060.62
HSL310.59º21.52%30.98%-
HSV(B)310.59º35.42%37.65%-
XYZ8.396.6710.52-
YUV75.36136.26142.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 62 (24.61% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=38.71%
G=25%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96629000.350.060.62310.5921.5230.98
Hex603E5A02363E137161f
Octal140761320436764672637
Binary1100000111110101101001000111101111101001101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,62,90); }

 H1.HeaderClassName
 {
   color: #603E5A;
 }
 .AnyTagClassName
 {
   color: #603E5A;
 }
</style>
background-color css

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

 a { background-color: rgb(96,62,90); }

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

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

 span { border-color: rgb(96,62,90); }

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