Html Css Color HEX #6D0A31 Tyrian Purple

📋 copy color: '#6D0A31'

red 109 ◦ green 10 ◦ blue 49

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

Shades of Tyrian Purple #6D0A31

Tints of Tyrian Purple #6D0A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.95%

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

R = 64.88%
G = 5.95%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6D0A31 (or 0x6D0A31) is known color: Tyrian Purple. HEX triplet: 6D, 0A and 31. RGB value is (109,10,49). Sum of RGB (Red+Green+Blue) = 109+10+49=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A31 is #92F5CE. Grayscale: #2B2B2B. Windows color (decimal): -9631183 or 3213933. OLE color: 3213933.

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

Color convert

RGB 109 10 49 -
CMYK 0 0.91 0.55 0.57
HSL 336.36º 0.83% 0.23% -
HSV(B) 336.36º 0.91% 0.43% -
XYZ 6.97 3.69 3.25 -
YUV 44.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 109 10 49 0 0.91 0.55 0.57 336.36 0.83 0.23
Hex 6D A 31 0 5B 37 39 150 53 17
Octal 155 12 61 0 133 67 71 520 123 27
Binary 1101101 1010 110001 0 1011011 110111 111001 101010000 1010011 10111

Color Harmonies of #6D0A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A31

Black with #6D0A31

Text Example


Text Example

White with #6D0A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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