#6D0A42

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

Shades of Tyrian Purple #6D0A42

Tints of Tyrian Purple #6D0A42

Color information

#6D0A42 (or 0x6D0A42) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0A and 42. RGB value is (109,10,66). Sum of RGB (Red+Green+Blue) = 109+10+66=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A42 is #92F5BD. Grayscale: #2D2D2D. Windows color (decimal): -9631166 or 4328045. OLE color: 4328045.

HSL color Cylindrical-coordinate representation of color #6D0A42: hue angle of 326.06º 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 #6D0A42 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1091066-
CMYK00.910.390.57
HSL326.06º83.19%23.33%-
HSV(B)326.06º90.83%42.75%-
XYZ7.43.865.51-
YUV45.98139.3172.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.92%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=58.92%
G=5.41%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109106600.910.390.57326.0683.1923.33
Hex6DA4205B27391465317
Octal155121020133477150612327
Binary11011011010100001001011011100111111001101000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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