Html Css Color HEX #6D0031 Tyrian Purple

📋 copy color: '#6D0031'

red 109 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #6D0031

Tints of Tyrian Purple #6D0031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 31.01%

R = 68.99%
G = 0%
B = 31.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6D0031 (or 0x6D0031) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 31. RGB value is (109,0,49). Sum of RGB (Red+Green+Blue) = 109+0+49=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0031 is #92FFCE. Grayscale: #262626. Windows color (decimal): -9633743 or 3211373. OLE color: 3211373.

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

Color convert

RGB 109 0 49 -
CMYK 0 1 0.55 0.57
HSL 333.03º 1% 0.21% -
HSV(B) 333.03º 1% 0.43% -
XYZ 6.86 3.47 3.21 -
YUV 38.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 109 0 49 0 1 0.55 0.57 333.03 1 0.21
Hex 6D 0 31 0 64 37 39 14D 64 15
Octal 155 0 61 0 144 67 71 515 144 25
Binary 1101101 0 110001 0 1100100 110111 111001 101001101 1100100 10101

Color Harmonies of #6D0031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0031

Black with #6D0031

Text Example


Text Example

White with #6D0031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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