#6D0A56

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

Shades of Tyrian Purple #6D0A56

Tints of Tyrian Purple #6D0A56

Color information

#6D0A56 (or 0x6D0A56) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0A and 56. RGB value is (109,10,86). Sum of RGB (Red+Green+Blue) = 109+10+86=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A56 is #92F5A9. Grayscale: #303030. Windows color (decimal): -9631146 or 5638765. OLE color: 5638765.

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

Color convert

RGB1091086-
CMYK00.910.210.57
HSL313.94º83.19%23.33%-
HSV(B)313.94º90.83%42.75%-
XYZ8.094.149.18-
YUV48.26149.3171.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.17%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=53.17%
G=4.88%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109108600.910.210.57313.9483.1923.33
Hex6DA5605B153913a5317
Octal155121260133257147212327
Binary1101101101010101100101101110101111001100111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,10,86); }

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

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

 a { background-color: rgb(109,10,86); }

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

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

 span { border-color: rgb(109,10,86); }

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