#601E4C

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

Shades of Pompadour #601E4C

Tints of Pompadour #601E4C

Color information

#601E4C (or 0x601E4C) is unknown color: approx Pompadour. HEX triplet: 60, 1E and 4C. RGB value is (96,30,76). Sum of RGB (Red+Green+Blue) = 96+30+76=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E4C is #9FE1B3. Grayscale: #363636. Windows color (decimal): -10478004 or 4988512. OLE color: 4988512.

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

Color convert

RGB963076-
CMYK00.690.210.62
HSL318.18º52.38%24.71%-
HSV(B)318.18º68.75%37.65%-
XYZ6.593.947.25-
YUV54.98139.87157.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 30 (12.11% from 255) = 14.85%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=47.52%
G=14.85%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96307600.690.210.62318.1852.3824.71
Hex601E4C045153E13e3419
Octal14036114010525764766431
Binary1100000111101001100010001011010111111010011111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601E4C; }

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

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

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

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

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

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

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

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