#6F1E4C

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

Shades of Pompadour #6F1E4C

Tints of Pompadour #6F1E4C

Color information

#6F1E4C (or 0x6F1E4C) is unknown color: approx Pompadour. HEX triplet: 6F, 1E and 4C. RGB value is (111,30,76). Sum of RGB (Red+Green+Blue) = 111+30+76=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E4C is #90E1B3. Grayscale: #3B3B3B. Windows color (decimal): -9494964 or 4988527. OLE color: 4988527.

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

Color convert

RGB1113076-
CMYK00.730.320.56
HSL325.93º57.45%27.65%-
HSV(B)325.93º72.97%43.53%-
XYZ8.324.837.33-
YUV59.46137.34164.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=51.15%
G=13.82%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111307600.730.320.56325.9357.4527.65
Hex6F1E4C0492038146391c
Octal15736114011140705067134
Binary11011111111010011000100100110000011100010100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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