Html Css Color HEX #6D062D Tyrian Purple

📋 copy color: '#6D062D'

red 109 ◦ green 6 ◦ blue 45

#6D062D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #6D062D

Tints of Tyrian Purple #6D062D

RGB

 RED value IS 109 (42.97% from 255) = 68.13%

 GREEN value IS 6 (2.73% from 255) = 3.75%

 BLUE value IS 45 (17.97% from 255) = 28.13%

R = 68.13%
G = 3.75%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D062D (or 0x6D062D) is known color: Tyrian Purple. HEX triplet: 6D, 06 and 2D. RGB value is (109,6,45). Sum of RGB (Red+Green+Blue) = 109+6+45=160 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 109 - color contains mainly: red. Hex color #6D062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D062D is #92F9D2. Grayscale: #292929. Windows color (decimal): -9632211 or 2950765. OLE color: 2950765.

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

Color convert

RGB 109 6 45 -
CMYK 0 0.94 0.59 0.57
HSL 337.28º 0.9% 0.23% -
HSV(B) 337.28º 0.94% 0.43% -
XYZ 6.85 3.57 2.81 -
YUV 41.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 109 6 45 0 0.94 0.59 0.57 337.28 0.9 0.23
Hex 6D 6 2D 0 5E 3B 39 151 5A 17
Octal 155 6 55 0 136 73 71 521 132 27
Binary 1101101 110 101101 0 1011110 111011 111001 101010001 1011010 10111

Color Harmonies of #6D062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D062D

Black with #6D062D

Text Example


Text Example

White with #6D062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D062D;
 }
 .AnyTagClassName
 {
   color: #6D062D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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