#6D073B

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

Shades of Tyrian Purple #6D073B

Tints of Tyrian Purple #6D073B

Color information

#6D073B (or 0x6D073B) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 07 and 3B. RGB value is (109,7,59). Sum of RGB (Red+Green+Blue) = 109+7+59=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D073B is #92F8C4. Grayscale: #2B2B2B. Windows color (decimal): -9631941 or 3868525. OLE color: 3868525.

HSL color Cylindrical-coordinate representation of color #6D073B: hue angle of 329.41º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D073B is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB109759-
CMYK00.940.460.57
HSL329.41º87.93%22.75%-
HSV(B)329.41º93.58%42.75%-
XYZ7.173.724.48-
YUV43.43136.79174.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 62.29%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=62.29%
G=4%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10975900.940.460.57329.4187.9322.75
Hex6D73B05E2E391495817
Octal1557730136567151113027
Binary110110111111101101011110101110111001101001001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,7,59); }

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

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

 a { background-color: rgb(109,7,59); }

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

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

 span { border-color: rgb(109,7,59); }

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