#603353

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

Shades of Purple Taupe #603353

Tints of Purple Taupe #603353

Color information

#603353 (or 0x603353) is unknown color: approx Purple Taupe. HEX triplet: 60, 33 and 53. RGB value is (96,51,83). Sum of RGB (Red+Green+Blue) = 96+51+83=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #603353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603353 is #9FCCAC. Grayscale: #444444. Windows color (decimal): -10472621 or 5452640. OLE color: 5452640.

HSL color Cylindrical-coordinate representation of color #603353: hue angle of 317.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603353 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB965183-
CMYK00.470.140.62
HSL317.33º30.61%28.82%-
HSV(B)317.33º46.88%37.65%-
XYZ7.575.488.84-
YUV68.1136.41147.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=41.74%
G=22.17%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96518300.470.140.62317.3330.6128.82
Hex60335302FE3E13d1f1d
Octal1406312305716764753735
Binary11000001100111010011010111111101111101001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603353; }

 p { color: rgb(96,51,83); }

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

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

 a { background-color: rgb(96,51,83); }

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

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

 span { border-color: rgb(96,51,83); }

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