#601E4A

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

Shades of Pompadour #601E4A

Tints of Pompadour #601E4A

Color information

#601E4A (or 0x601E4A) is unknown color: approx Pompadour. HEX triplet: 60, 1E and 4A. RGB value is (96,30,74). Sum of RGB (Red+Green+Blue) = 96+30+74=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #601E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E4A is #9FE1B5. Grayscale: #363636. Windows color (decimal): -10478006 or 4857440. OLE color: 4857440.

HSL color Cylindrical-coordinate representation of color #601E4A: hue angle of 320º 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 #601E4A is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB963074-
CMYK00.690.230.62
HSL320º52.38%24.71%-
HSV(B)320º68.75%37.65%-
XYZ6.523.916.89-
YUV54.75138.87157.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 74 (29.30% from 255) = 37%
R=48%
G=15%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96307400.690.230.6232052.3824.71
Hex601E4A045173E1403419
Octal14036112010527765006431
Binary1100000111101001010010001011011111111010100000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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