#6D0373

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

Shades of Purple #6D0373

Tints of Purple #6D0373

Color information

#6D0373 (or 0x6D0373) is unknown color: approx Purple. HEX triplet: 6D, 03 and 73. RGB value is (109,3,115). Sum of RGB (Red+Green+Blue) = 109+3+115=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D0373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0373 is #92FC8C. Grayscale: #2F2F2F. Windows color (decimal): -9632909 or 7537517. OLE color: 7537517.

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

Color convert

RGB1093115-
CMYK0.050.9700.55
HSL296.79º94.92%23.14%-
HSV(B)296.79º97.39%45.1%-
XYZ9.434.5516.6-
YUV47.46166.12171.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.02%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=48.02%
G=1.32%
B=50.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10931150.050.9700.55296.7994.9223.14
Hex6D3735610371295f17
Octal1553163514106745113727
Binary110110111111001110111000010110111100101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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