#601B4A

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

Shades of Pompadour #601B4A

Tints of Pompadour #601B4A

Color information

#601B4A (or 0x601B4A) is unknown color: approx Pompadour. HEX triplet: 60, 1B and 4A. RGB value is (96,27,74). Sum of RGB (Red+Green+Blue) = 96+27+74=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601B4A is #9FE4B5. Grayscale: #343434. Windows color (decimal): -10478774 or 4856672. OLE color: 4856672.

HSL color Cylindrical-coordinate representation of color #601B4A: hue angle of 319.13º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #601B4A is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB962774-
CMYK00.720.230.62
HSL319.13º56.1%24.12%-
HSV(B)319.13º71.88%37.65%-
XYZ6.453.776.87-
YUV52.99139.86158.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=48.73%
G=13.71%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96277400.720.230.62319.1356.124.12
Hex601B4A048173E13f3818
Octal14033112011027764777030
Binary1100000110111001010010010001011111111010011111111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,27,74); }

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

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

 a { background-color: rgb(96,27,74); }

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

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

 span { border-color: rgb(96,27,74); }

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