#6D002D

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

Shades of Tyrian Purple #6D002D

Tints of Tyrian Purple #6D002D

Color information

#6D002D (or 0x6D002D) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 00 and 2D. RGB value is (109,0,45). Sum of RGB (Red+Green+Blue) = 109+0+45=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D002D is #92FFD2. Grayscale: #252525. Windows color (decimal): -9633747 or 2949229. OLE color: 2949229.

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

Color convert

RGB109045-
CMYK010.590.57
HSL335.23º100%21.37%-
HSV(B)335.23º100%42.75%-
XYZ6.783.442.79-
YUV37.72132.11178.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 70.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=70.78%
G=0%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109045010.590.57335.2310021.37
Hex6D02D0643B3914f6415
Octal1550550144737151714425
Binary1101101010110101100100111011111001101001111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,0,45); }

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

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

 a { background-color: rgb(109,0,45); }

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

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

 span { border-color: rgb(109,0,45); }

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