#6F1C52

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

Shades of Pompadour #6F1C52

Tints of Pompadour #6F1C52

Color information

#6F1C52 (or 0x6F1C52) is unknown color: approx Pompadour. HEX triplet: 6F, 1C and 52. RGB value is (111,28,82). Sum of RGB (Red+Green+Blue) = 111+28+82=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1C52 is #90E3AD. Grayscale: #3A3A3A. Windows color (decimal): -9495470 or 5381231. OLE color: 5381231.

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

Color convert

RGB1112882-
CMYK00.750.260.56
HSL320.96º59.71%27.25%-
HSV(B)320.96º74.77%43.53%-
XYZ8.494.828.47-
YUV58.97141165.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=50.23%
G=12.67%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111288200.750.260.56320.9659.7127.25
Hex6F1C5204B1A381413c1b
Octal15734122011332705017433
Binary1101111111001010010010010111101011100010100000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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