#6C1C4E

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

Shades of Pompadour #6C1C4E

Tints of Pompadour #6C1C4E

Color information

#6C1C4E (or 0x6C1C4E) is unknown color: approx Pompadour. HEX triplet: 6C, 1C and 4E. RGB value is (108,28,78). Sum of RGB (Red+Green+Blue) = 108+28+78=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1C4E is #93E3B1. Grayscale: #393939. Windows color (decimal): -9692082 or 5119084. OLE color: 5119084.

HSL color Cylindrical-coordinate representation of color #6C1C4E: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C1C4E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1082878-
CMYK00.740.280.58
HSL322.5º58.82%26.67%-
HSV(B)322.5º74.07%42.35%-
XYZ7.974.577.67-
YUV57.62139.5163.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.47%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=50.47%
G=13.08%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108287800.740.280.58322.558.8226.67
Hex6C1C4E04A1C3A1423b1b
Octal15434116011234725027333
Binary1101100111001001110010010101110011101010100001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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