#601F4E

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

Shades of Pompadour #601F4E

Tints of Pompadour #601F4E

Color information

#601F4E (or 0x601F4E) is unknown color: approx Pompadour. HEX triplet: 60, 1F and 4E. RGB value is (96,31,78). Sum of RGB (Red+Green+Blue) = 96+31+78=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #601F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601F4E is #9FE0B1. Grayscale: #373737. Windows color (decimal): -10477746 or 5119840. OLE color: 5119840.

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

Color convert

RGB963178-
CMYK00.680.190.62
HSL316.62º51.18%24.9%-
HSV(B)316.62º67.71%37.65%-
XYZ6.694.027.63-
YUV55.79140.53156.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=46.83%
G=15.12%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96317800.680.190.62316.6251.1824.9
Hex601F4E044133E13d3319
Octal14037116010423764756331
Binary1100000111111001110010001001001111111010011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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