#6A204A

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

Shades of Pompadour #6A204A

Tints of Pompadour #6A204A

Color information

#6A204A (or 0x6A204A) is unknown color: approx Pompadour. HEX triplet: 6A, 20 and 4A. RGB value is (106,32,74). Sum of RGB (Red+Green+Blue) = 106+32+74=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A204A is #95DFB5. Grayscale: #3A3A3A. Windows color (decimal): -9822134 or 4857962. OLE color: 4857962.

HSL color Cylindrical-coordinate representation of color #6A204A: hue angle of 325.95º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A204A is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1063274-
CMYK00.700.300.58
HSL325.95º53.62%27.06%-
HSV(B)325.95º69.81%41.57%-
XYZ7.74.596.96-
YUV58.91136.52161.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=50%
G=15.09%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106327400.700.300.58325.9553.6227.06
Hex6A204A0461E3A146361b
Octal15240112010636725066633
Binary11010101000001001010010001101111011101010100011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,32,74); }

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

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

 a { background-color: rgb(106,32,74); }

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

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

 span { border-color: rgb(106,32,74); }

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