#60204C

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

Shades of Pompadour #60204C

Tints of Pompadour #60204C

Color information

#60204C (or 0x60204C) is unknown color: approx Pompadour. HEX triplet: 60, 20 and 4C. RGB value is (96,32,76). Sum of RGB (Red+Green+Blue) = 96+32+76=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #60204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60204C is #9FDFB3. Grayscale: #383838. Windows color (decimal): -10477492 or 4989024. OLE color: 4989024.

HSL color Cylindrical-coordinate representation of color #60204C: hue angle of 318.75º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60204C is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB963276-
CMYK00.670.210.62
HSL318.75º50%25.1%-
HSV(B)318.75º66.67%37.65%-
XYZ6.644.047.27-
YUV56.15139.2156.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=47.06%
G=15.69%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96327600.670.210.62318.755025.1
Hex60204C043153E13f3219
Octal14040114010325764776231
Binary11000001000001001100010000111010111111010011111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60204C; }

 p { color: rgb(96,32,76); }

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

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

 a { background-color: rgb(96,32,76); }

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

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

 span { border-color: rgb(96,32,76); }

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