#6D0273

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

Shades of Purple #6D0273

Tints of Purple #6D0273

Color information

#6D0273 (or 0x6D0273) is unknown color: approx Purple. HEX triplet: 6D, 02 and 73. RGB value is (109,2,115). Sum of RGB (Red+Green+Blue) = 109+2+115=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D0273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0273 is #92FD8C. Grayscale: #2E2E2E. Windows color (decimal): -9633165 or 7537261. OLE color: 7537261.

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

Color convert

RGB1092115-
CMYK0.050.9800.55
HSL296.81º96.58%22.94%-
HSV(B)296.81º98.26%45.1%-
XYZ9.424.5316.6-
YUV46.88166.45172.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.23%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=48.23%
G=0.88%
B=50.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10921150.050.9800.55296.8196.5822.94
Hex6D2735620371296117
Octal1552163514206745114127
Binary110110110111001110111000100110111100101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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