#6F204E

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

Shades of Pompadour #6F204E

Tints of Pompadour #6F204E

Color information

#6F204E (or 0x6F204E) is unknown color: approx Pompadour. HEX triplet: 6F, 20 and 4E. RGB value is (111,32,78). Sum of RGB (Red+Green+Blue) = 111+32+78=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F204E is #90DFB1. Grayscale: #3C3C3C. Windows color (decimal): -9494450 or 5120111. OLE color: 5120111.

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

Color convert

RGB1113278-
CMYK00.710.300.56
HSL325.06º55.24%28.04%-
HSV(B)325.06º71.17%43.53%-
XYZ8.454.967.72-
YUV60.86137.67163.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=50.23%
G=14.48%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111327800.710.300.56325.0655.2428.04
Hex6F204E0471E38145371c
Octal15740116010736705056734
Binary11011111000001001110010001111111011100010100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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