#6D0F3D

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

Shades of Tyrian Purple #6D0F3D

Tints of Tyrian Purple #6D0F3D

Color information

#6D0F3D (or 0x6D0F3D) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0F and 3D. RGB value is (109,15,61). Sum of RGB (Red+Green+Blue) = 109+15+61=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0F3D is #92F0C2. Grayscale: #303030. Windows color (decimal): -9629891 or 4001645. OLE color: 4001645.

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

Color convert

RGB1091561-
CMYK00.860.440.57
HSL330.64º75.81%24.31%-
HSV(B)330.64º86.24%42.75%-
XYZ7.323.934.79-
YUV48.35135.14171.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.92%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=58.92%
G=8.11%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109156100.860.440.57330.6475.8124.31
Hex6DF3D0562C3914b4c18
Octal15517750126547151311430
Binary1101101111111110101010110101100111001101001011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,15,61); }

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

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

 a { background-color: rgb(109,15,61); }

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

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

 span { border-color: rgb(109,15,61); }

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