#6d003d

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

Shades of Tyrian Purple #6D003D

Tints of Tyrian Purple #6D003D

Color information

#6D003D (or 0x6D003D) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 00 and 3D. RGB value is (109,0,61). Sum of RGB (Red+Green+Blue) = 109+0+61=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D003D is #92FFC2. Grayscale: #272727. Windows color (decimal): -9633731 or 3997805. OLE color: 3997805.

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

Color convert

RGB109061-
CMYK010.440.57
HSL326.42º100%21.37%-
HSV(B)326.42º100%42.75%-
XYZ7.153.594.73-
YUV39.54140.11177.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 64.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=64.12%
G=0%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109061010.440.57326.4210021.37
Hex6D03D0642C391466415
Octal1550750144547150614425
Binary1101101011110101100100101100111001101000110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d003d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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