#603E58

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

Shades of Purple Taupe #603E58

Tints of Purple Taupe #603E58

Color information

#603E58 (or 0x603E58) is unknown color: approx Purple Taupe. HEX triplet: 60, 3E and 58. RGB value is (96,62,88). Sum of RGB (Red+Green+Blue) = 96+62+88=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #603E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603E58 is #9FC1A7. Grayscale: #4B4B4B. Windows color (decimal): -10469800 or 5783136. OLE color: 5783136.

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

Color convert

RGB966288-
CMYK00.350.080.62
HSL314.12º21.52%30.98%-
HSV(B)314.12º35.42%37.65%-
XYZ8.316.6410.08-
YUV75.13135.26142.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=39.02%
G=25.20%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96628800.350.080.62314.1221.5230.98
Hex603E5802383E13a161f
Octal1407613004310764722637
Binary11000001111101011000010001110001111101001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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