Html Css Color HEX #6D0B39 Tyrian Purple

📋 copy color: '#6D0B39'

red 109 ◦ green 11 ◦ blue 57

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

Shades of Tyrian Purple #6D0B39

Tints of Tyrian Purple #6D0B39

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.21%

 BLUE value IS 57 (22.66% from 255) = 32.2%

R = 61.58%
G = 6.21%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6D0B39 (or 0x6D0B39) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 39. RGB value is (109,11,57). Sum of RGB (Red+Green+Blue) = 109+11+57=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B39 is #92F4C6. Grayscale: #2D2D2D. Windows color (decimal): -9630919 or 3738477. OLE color: 3738477.

HSL color Cylindrical-coordinate representation of color #6D0B39: hue angle of 331.84º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B39 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 57 -
CMYK 0 0.90 0.48 0.57
HSL 331.84º 0.82% 0.24% -
HSV(B) 331.84º 0.9% 0.43% -
XYZ 7.16 3.79 4.22 -
YUV 45.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 109 11 57 0 0.90 0.48 0.57 331.84 0.82 0.24
Hex 6D B 39 0 5A 30 39 14C 52 18
Octal 155 13 71 0 132 60 71 514 122 30
Binary 1101101 1011 111001 0 1011010 110000 111001 101001100 1010010 11000

Color Harmonies of #6D0B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B39

Black with #6D0B39

Text Example


Text Example

White with #6D0B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,57); }

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

background-color css

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

 a { background-color: rgb(109,11,57); }

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

border-color css

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

 span { border-color: rgb(109,11,57); }

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