#6F1E4A

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

Shades of Pompadour #6F1E4A

Tints of Pompadour #6F1E4A

Color information

#6F1E4A (or 0x6F1E4A) is unknown color: approx Pompadour. HEX triplet: 6F, 1E and 4A. RGB value is (111,30,74). Sum of RGB (Red+Green+Blue) = 111+30+74=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E4A is #90E1B5. Grayscale: #3B3B3B. Windows color (decimal): -9494966 or 4857455. OLE color: 4857455.

HSL color Cylindrical-coordinate representation of color #6F1E4A: hue angle of 327.41º 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 #6F1E4A is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1113074-
CMYK00.730.330.56
HSL327.41º57.45%27.65%-
HSV(B)327.41º72.97%43.53%-
XYZ8.264.86.97-
YUV59.24136.34164.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=51.63%
G=13.95%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111307400.730.330.56327.4157.4527.65
Hex6F1E4A0492138147391c
Octal15736112011141705077134
Binary11011111111010010100100100110000111100010100011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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