#6c186c

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

Shades of Palatinate Purple #6C186C

Tints of Palatinate Purple #6C186C

Color information

#6C186C (or 0x6C186C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 18 and 6C. RGB value is (108,24,108). Sum of RGB (Red+Green+Blue) = 108+24+108=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: red, blue. Hex color #6C186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C186C is #93E793. Grayscale: #3A3A3A. Windows color (decimal): -9693076 or 7084140. OLE color: 7084140.

HSL color Cylindrical-coordinate representation of color #6C186C: hue angle of 300º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C186C is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10824108-
CMYK00.7800.58
HSL300º63.64%25.88%-
HSV(B)300º77.78%42.35%-
XYZ9.224.9214.65-
YUV58.69155.83163.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 108 (42.58% from 255) = 45%
R=45%
G=10%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1082410800.7800.5830063.6425.88
Hex6C186C04E03A12c401a
Octal15430154011607245410032
Binary1101100110001101100010011100111010100101100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c186c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,24,108); }

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

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

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

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

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

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

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