#60294E

Color #60294E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #60294E

Tints of Pompadour #60294E

Color information

#60294E (or 0x60294E) is unknown color: approx Pompadour. HEX triplet: 60, 29 and 4E. RGB value is (96,41,78). Sum of RGB (Red+Green+Blue) = 96+41+78=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60294E is #9FD6B1. Grayscale: #3D3D3D. Windows color (decimal): -10475186 or 5122400. OLE color: 5122400.

HSL color Cylindrical-coordinate representation of color #60294E: hue angle of 319.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60294E is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB964178-
CMYK00.570.190.62
HSL319.64º40.15%26.86%-
HSV(B)319.64º57.29%37.65%-
XYZ6.994.627.73-
YUV61.66137.22152.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=44.65%
G=19.07%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96417800.570.190.62319.6440.1526.86
Hex60294E039133E140281b
Octal1405111607123765005033
Binary1100000101001100111001110011001111111010100000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60294E; }

 p { color: rgb(96,41,78); }

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

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

 a { background-color: rgb(96,41,78); }

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

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

 span { border-color: rgb(96,41,78); }

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