#6D1066

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

Shades of Palatinate Purple #6D1066

Tints of Palatinate Purple #6D1066

Color information

#6D1066 (or 0x6D1066) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 10 and 66. RGB value is (109,16,102). Sum of RGB (Red+Green+Blue) = 109+16+102=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1066 is #92EF99. Grayscale: #353535. Windows color (decimal): -9629594 or 6688877. OLE color: 6688877.

HSL color Cylindrical-coordinate representation of color #6D1066: hue angle of 304.52º 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 #6D1066 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB10916102-
CMYK00.850.060.57
HSL304.52º74.4%24.51%-
HSV(B)304.52º85.32%42.75%-
XYZ8.894.5812.99-
YUV53.61155.31167.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.02%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=48.02%
G=7.05%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091610200.850.060.57304.5274.424.51
Hex6D10660556391314a19
Octal15520146012567146111231
Binary110110110000110011001010101110111001100110001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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