#68124E

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

Shades of Pompadour #68124E

Tints of Pompadour #68124E

Color information

#68124E (or 0x68124E) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 4E. RGB value is (104,18,78). Sum of RGB (Red+Green+Blue) = 104+18+78=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68124E is #97EDB1. Grayscale: #323232. Windows color (decimal): -9956786 or 5116520. OLE color: 5116520.

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

Color convert

RGB1041878-
CMYK00.830.250.59
HSL318.14º70.49%23.92%-
HSV(B)318.14º82.69%40.78%-
XYZ7.33.937.58-
YUV50.55143.49166.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 78 (30.86% from 255) = 39%
R=52%
G=9%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104187800.830.250.59318.1470.4923.92
Hex68124E053193B13e4618
Octal150221160123317347610630
Binary11010001001010011100101001111001111011100111110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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