#6D0D46

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

Shades of Tyrian Purple #6D0D46

Tints of Tyrian Purple #6D0D46

Color information

#6D0D46 (or 0x6D0D46) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0D and 46. RGB value is (109,13,70). Sum of RGB (Red+Green+Blue) = 109+13+70=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D46 is #92F2B9. Grayscale: #303030. Windows color (decimal): -9630394 or 4590957. OLE color: 4590957.

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

Color convert

RGB1091370-
CMYK00.880.360.57
HSL324.38º78.69%23.92%-
HSV(B)324.38º88.07%42.75%-
XYZ7.563.986.16-
YUV48.2140.3171.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.77%
GREEN value IS 13 (5.47% from 255) = 6.77%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=56.77%
G=6.77%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109137000.880.360.57324.3878.6923.92
Hex6DD4605824391444f18
Octal155151060130447150411730
Binary11011011101100011001011000100100111001101000100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,13,70); }

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

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

 a { background-color: rgb(109,13,70); }

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

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

 span { border-color: rgb(109,13,70); }

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