#6F1C4E

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

Shades of Pompadour #6F1C4E

Tints of Pompadour #6F1C4E

Color information

#6F1C4E (or 0x6F1C4E) is unknown color: approx Pompadour. HEX triplet: 6F, 1C and 4E. RGB value is (111,28,78). Sum of RGB (Red+Green+Blue) = 111+28+78=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1C4E is #90E3B1. Grayscale: #3A3A3A. Windows color (decimal): -9495474 or 5119087. OLE color: 5119087.

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

Color convert

RGB1112878-
CMYK00.750.300.56
HSL323.86º59.71%27.25%-
HSV(B)323.86º74.77%43.53%-
XYZ8.354.767.69-
YUV58.52139165.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=51.15%
G=12.90%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111287800.750.300.56323.8659.7127.25
Hex6F1C4E04B1E381443c1b
Octal15734116011336705047433
Binary1101111111001001110010010111111011100010100010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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