#6D0E4C

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

Shades of Tyrian Purple #6D0E4C

Tints of Tyrian Purple #6D0E4C

Color information

#6D0E4C (or 0x6D0E4C) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0E and 4C. RGB value is (109,14,76). Sum of RGB (Red+Green+Blue) = 109+14+76=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0E4C is #92F1B3. Grayscale: #313131. Windows color (decimal): -9630132 or 4984429. OLE color: 4984429.

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

Color convert

RGB1091476-
CMYK00.870.300.57
HSL320.84º77.24%24.12%-
HSV(B)320.84º87.16%42.75%-
XYZ7.774.097.22-
YUV49.47142.97170.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.77%
GREEN value IS 14 (5.86% from 255) = 7.04%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=54.77%
G=7.04%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109147600.870.300.57320.8477.2424.12
Hex6DE4C0571E391414d18
Octal155161140127367150111530
Binary1101101111010011000101011111110111001101000001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,14,76); }

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

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

 a { background-color: rgb(109,14,76); }

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

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

 span { border-color: rgb(109,14,76); }

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