#6D1276

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

Shades of Purple #6D1276

Tints of Purple #6D1276

Color information

#6D1276 (or 0x6D1276) is unknown color: approx Purple. HEX triplet: 6D, 12 and 76. RGB value is (109,18,118). Sum of RGB (Red+Green+Blue) = 109+18+118=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D1276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1276 is #92ED89. Grayscale: #383838. Windows color (decimal): -9629066 or 7737965. OLE color: 7737965.

HSL color Cylindrical-coordinate representation of color #6D1276: hue angle of 294.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1276 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10918118-
CMYK0.080.8500.54
HSL294.6º73.53%26.67%-
HSV(B)294.6º84.75%46.27%-
XYZ9.794.9917.59-
YUV56.61162.65165.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=44.49%
G=7.35%
B=48.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109181180.080.8500.54294.673.5326.67
Hex6D12768550361274a1b
Octal155221661012506644711233
Binary1101101100101110110100010101010110110100100111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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