#68114e

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

Shades of Pompadour #68114E

Tints of Pompadour #68114E

Color information

#68114E (or 0x68114E) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 4E. RGB value is (104,17,78). Sum of RGB (Red+Green+Blue) = 104+17+78=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68114E is #97EEB1. Grayscale: #313131. Windows color (decimal): -9957042 or 5116264. OLE color: 5116264.

HSL color Cylindrical-coordinate representation of color #68114E: hue angle of 317.93º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68114E is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1041778-
CMYK00.840.250.59
HSL317.93º71.9%23.73%-
HSV(B)317.93º83.65%40.78%-
XYZ7.283.897.58-
YUV49.97143.82166.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=52.26%
G=8.54%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104177800.840.250.59317.9371.923.73
Hex68114E054193B13e4818
Octal150211160124317347611030
Binary11010001000110011100101010011001111011100111110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68114e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68114e; }

 p { color: rgb(104,17,78); }

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

<style>
 a { background-color: #68114e; }

 a { background-color: rgb(104,17,78); }

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

<style>
 span { border-color: #68114e; }

 span { border-color: rgb(104,17,78); }

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