#6F1E54

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

Shades of Pompadour #6F1E54

Tints of Pompadour #6F1E54

Color information

#6F1E54 (or 0x6F1E54) is unknown color: approx Pompadour. HEX triplet: 6F, 1E and 54. RGB value is (111,30,84). Sum of RGB (Red+Green+Blue) = 111+30+84=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E54 is #90E1AB. Grayscale: #3C3C3C. Windows color (decimal): -9494956 or 5512815. OLE color: 5512815.

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

Color convert

RGB1113084-
CMYK00.730.240.56
HSL320º57.45%27.65%-
HSV(B)320º72.97%43.53%-
XYZ8.624.958.89-
YUV60.38141.34164.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=49.33%
G=13.33%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111308400.730.240.5632057.4527.65
Hex6F1E540491838140391c
Octal15736124011130705007134
Binary1101111111101010100010010011100011100010100000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,30,84); }

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

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

 a { background-color: rgb(111,30,84); }

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

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

 span { border-color: rgb(111,30,84); }

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