Html Css Color HEX #6D0D31 Tyrian Purple

📋 copy color: '#6D0D31'

red 109 ◦ green 13 ◦ blue 49

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

Shades of Tyrian Purple #6D0D31

Tints of Tyrian Purple #6D0D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.6%

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

R = 63.74%
G = 7.6%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6D0D31 (or 0x6D0D31) is known color: Tyrian Purple. HEX triplet: 6D, 0D and 31. RGB value is (109,13,49). Sum of RGB (Red+Green+Blue) = 109+13+49=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D31 is #92F2CE. Grayscale: #2D2D2D. Windows color (decimal): -9630415 or 3214701. OLE color: 3214701.

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

Color convert

RGB 109 13 49 -
CMYK 0 0.88 0.55 0.57
HSL 337.5º 0.79% 0.24% -
HSV(B) 337.5º 0.88% 0.43% -
XYZ 7 3.76 3.26 -
YUV 45.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 109 13 49 0 0.88 0.55 0.57 337.5 0.79 0.24
Hex 6D D 31 0 58 37 39 152 4F 18
Octal 155 15 61 0 130 67 71 522 117 30
Binary 1101101 1101 110001 0 1011000 110111 111001 101010010 1001111 11000

Color Harmonies of #6D0D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0D31

Black with #6D0D31

Text Example


Text Example

White with #6D0D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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