#603251

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

Shades of Purple Taupe #603251

Tints of Purple Taupe #603251

Color information

#603251 (or 0x603251) is unknown color: approx Purple Taupe. HEX triplet: 60, 32 and 51. RGB value is (96,50,81). Sum of RGB (Red+Green+Blue) = 96+50+81=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #603251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603251 is #9FCDAE. Grayscale: #434343. Windows color (decimal): -10472879 or 5321312. OLE color: 5321312.

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

Color convert

RGB965081-
CMYK00.480.160.62
HSL319.57º31.51%28.63%-
HSV(B)319.57º47.92%37.65%-
XYZ7.455.368.43-
YUV67.29135.74148.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=42.29%
G=22.03%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96508100.480.160.62319.5731.5128.63
Hex603251030103E140201d
Octal1406212106020765004035
Binary1100000110010101000101100001000011111010100000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603251; }

 p { color: rgb(96,50,81); }

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

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

 a { background-color: rgb(96,50,81); }

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

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

 span { border-color: rgb(96,50,81); }

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