#6D1273

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

Shades of Purple #6D1273

Tints of Purple #6D1273

Color information

#6D1273 (or 0x6D1273) is unknown color: approx Purple. HEX triplet: 6D, 12 and 73. RGB value is (109,18,115). Sum of RGB (Red+Green+Blue) = 109+18+115=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D1273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1273 is #92ED8C. Grayscale: #373737. Windows color (decimal): -9629069 or 7541357. OLE color: 7541357.

HSL color Cylindrical-coordinate representation of color #6D1273: hue angle of 296.29º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1273 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10918115-
CMYK0.050.8400.55
HSL296.29º72.93%26.08%-
HSV(B)296.29º84.35%45.1%-
XYZ9.624.9216.66-
YUV56.27161.15165.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.04%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=45.04%
G=7.44%
B=47.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109181150.050.8400.55296.2972.9326.08
Hex6D1273554037128491a
Octal15522163512406745011132
Binary110110110010111001110110101000110111100101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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