#6D0B73

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

Shades of Purple #6D0B73

Tints of Purple #6D0B73

Color information

#6D0B73 (or 0x6D0B73) is unknown color: approx Purple. HEX triplet: 6D, 0B and 73. RGB value is (109,11,115). Sum of RGB (Red+Green+Blue) = 109+11+115=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D0B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B73 is #92F48C. Grayscale: #333333. Windows color (decimal): -9630861 or 7539565. OLE color: 7539565.

HSL color Cylindrical-coordinate representation of color #6D0B73: hue angle of 296.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B73 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10911115-
CMYK0.050.9000.55
HSL296.54º82.54%24.71%-
HSV(B)296.54º90.43%45.1%-
XYZ9.524.7316.63-
YUV52.16163.47168.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 11 (4.69% from 255) = 4.68%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=46.38%
G=4.68%
B=48.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109111150.050.9000.55296.5482.5424.71
Hex6DB7355A0371295319
Octal15513163513206745112331
Binary11011011011111001110110110100110111100101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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