#68204E

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

Shades of Pompadour #68204E

Tints of Pompadour #68204E

Color information

#68204E (or 0x68204E) is unknown color: approx Pompadour. HEX triplet: 68, 20 and 4E. RGB value is (104,32,78). Sum of RGB (Red+Green+Blue) = 104+32+78=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68204E is #97DFB1. Grayscale: #3A3A3A. Windows color (decimal): -9953202 or 5120104. OLE color: 5120104.

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

Color convert

RGB1043278-
CMYK00.690.250.59
HSL321.67º52.94%26.67%-
HSV(B)321.67º69.23%40.78%-
XYZ7.64.537.68-
YUV58.77138.85160.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=48.60%
G=14.95%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104327800.690.250.59321.6752.9426.67
Hex68204E045193B142351b
Octal15040116010531735026533
Binary11010001000001001110010001011100111101110100001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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