#6D106C

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

Shades of Palatinate Purple #6D106C

Tints of Palatinate Purple #6D106C

Color information

#6D106C (or 0x6D106C) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 10 and 6C. RGB value is (109,16,108). Sum of RGB (Red+Green+Blue) = 109+16+108=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D106C is #92EF93. Grayscale: #363636. Windows color (decimal): -9629588 or 7082093. OLE color: 7082093.

HSL color Cylindrical-coordinate representation of color #6D106C: hue angle of 300.65º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D106C is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10916108-
CMYK00.850.010.57
HSL300.65º74.4%24.51%-
HSV(B)300.65º85.32%42.75%-
XYZ9.24.714.61-
YUV54.3158.31167.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.78%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=46.78%
G=6.87%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091610800.850.010.57300.6574.424.51
Hex6D106C05513912d4a19
Octal15520154012517145511231
Binary1101101100001101100010101011111001100101101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,108); }

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

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

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

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

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

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

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