#603450

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

Shades of Purple Taupe #603450

Tints of Purple Taupe #603450

Color information

#603450 (or 0x603450) is unknown color: approx Purple Taupe. HEX triplet: 60, 34 and 50. RGB value is (96,52,80). Sum of RGB (Red+Green+Blue) = 96+52+80=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #603450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603450 is #9FCBAF. Grayscale: #444444. Windows color (decimal): -10472368 or 5256288. OLE color: 5256288.

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

Color convert

RGB965280-
CMYK00.460.170.62
HSL321.82º29.73%29.02%-
HSV(B)321.82º45.83%37.65%-
XYZ7.55.528.26-
YUV68.35134.58147.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=42.11%
G=22.81%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96528000.460.170.62321.8229.7329.02
Hex60345002E113E1421e1d
Octal1406412005621765023635
Binary110000011010010100000101110100011111101010000101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603450; }

 p { color: rgb(96,52,80); }

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

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

 a { background-color: rgb(96,52,80); }

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

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

 span { border-color: rgb(96,52,80); }

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