#6D1272

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

Shades of Purple #6D1272

Tints of Purple #6D1272

Color information

#6D1272 (or 0x6D1272) is unknown color: approx Purple. HEX triplet: 6D, 12 and 72. RGB value is (109,18,114). Sum of RGB (Red+Green+Blue) = 109+18+114=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D1272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1272 is #92ED8D. Grayscale: #373737. Windows color (decimal): -9629070 or 7475821. OLE color: 7475821.

HSL color Cylindrical-coordinate representation of color #6D1272: hue angle of 296.88º 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 #6D1272 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10918114-
CMYK0.040.8400.55
HSL296.88º72.73%25.88%-
HSV(B)296.88º84.21%44.71%-
XYZ9.564.916.36-
YUV56.15160.65165.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=45.23%
G=7.47%
B=47.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109181140.040.8400.55296.8872.7325.88
Hex6D1272454037129491a
Octal15522162412406745111132
Binary110110110010111001010010101000110111100101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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