#6D204E

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

Shades of Pompadour #6D204E

Tints of Pompadour #6D204E

Color information

#6D204E (or 0x6D204E) is unknown color: approx Pompadour. HEX triplet: 6D, 20 and 4E. RGB value is (109,32,78). Sum of RGB (Red+Green+Blue) = 109+32+78=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D204E is #92DFB1. Grayscale: #3C3C3C. Windows color (decimal): -9625522 or 5120109. OLE color: 5120109.

HSL color Cylindrical-coordinate representation of color #6D204E: hue angle of 324.16º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D204E is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1093278-
CMYK00.710.280.57
HSL324.16º54.61%27.65%-
HSV(B)324.16º70.64%42.75%-
XYZ8.24.837.71-
YUV60.27138.01162.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.77%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=49.77%
G=14.61%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109327800.710.280.57324.1654.6127.65
Hex6D204E0471C39144371c
Octal15540116010734715046734
Binary11011011000001001110010001111110011100110100010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D204E; }

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

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

<style>
 a { background-color: #6D204E; }

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

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

<style>
 span { border-color: #6D204E; }

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

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