#60194E

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

Shades of Pompadour #60194E

Tints of Pompadour #60194E

Color information

#60194E (or 0x60194E) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 4E. RGB value is (96,25,78). Sum of RGB (Red+Green+Blue) = 96+25+78=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #60194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60194E is #9FE6B1. Grayscale: #343434. Windows color (decimal): -10479282 or 5118304. OLE color: 5118304.

HSL color Cylindrical-coordinate representation of color #60194E: hue angle of 315.21º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60194E is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB962578-
CMYK00.740.190.62
HSL315.21º58.68%23.73%-
HSV(B)315.21º73.96%37.65%-
XYZ6.553.737.58-
YUV52.27142.52159.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=48.24%
G=12.56%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96257800.740.190.62315.2158.6823.73
Hex60194E04A133E13b3b18
Octal14031116011223764737330
Binary1100000110011001110010010101001111111010011101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60194E; }

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

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

<style>
 a { background-color: #60194E; }

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

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

<style>
 span { border-color: #60194E; }

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

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