#6D1266

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

Shades of Palatinate Purple #6D1266

Tints of Palatinate Purple #6D1266

Color information

#6D1266 (or 0x6D1266) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 12 and 66. RGB value is (109,18,102). Sum of RGB (Red+Green+Blue) = 109+18+102=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1266 is #92ED99. Grayscale: #363636. Windows color (decimal): -9629082 or 6689389. OLE color: 6689389.

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

Color convert

RGB10918102-
CMYK00.830.060.57
HSL304.62º71.65%24.9%-
HSV(B)304.62º83.49%42.75%-
XYZ8.924.6413-
YUV54.78154.65166.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.60%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=47.60%
G=7.86%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091810200.830.060.57304.6271.6524.9
Hex6D12660536391314819
Octal15522146012367146111031
Binary110110110010110011001010011110111001100110001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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