Html Css Color HEX #6D0B4F Tyrian Purple

📋 copy color: '#6D0B4F'

red 109 ◦ green 11 ◦ blue 79

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

Shades of Tyrian Purple #6D0B4F

Tints of Tyrian Purple #6D0B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.7%

R = 54.77%
G = 5.53%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D0B4F (or 0x6D0B4F) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 4F. RGB value is (109,11,79). Sum of RGB (Red+Green+Blue) = 109+11+79=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B4F is #92F4B0. Grayscale: #2F2F2F. Windows color (decimal): -9630897 or 5180269. OLE color: 5180269.

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

Color convert

RGB 109 11 79 -
CMYK 0 0.90 0.28 0.57
HSL 318.37º 0.82% 0.24% -
HSV(B) 318.37º 0.9% 0.43% -
XYZ 7.84 4.06 7.77 -
YUV 48.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 109 11 79 0 0.90 0.28 0.57 318.37 0.82 0.24
Hex 6D B 4F 0 5A 1C 39 13E 52 18
Octal 155 13 117 0 132 34 71 476 122 30
Binary 1101101 1011 1001111 0 1011010 11100 111001 100111110 1010010 11000

Color Harmonies of #6D0B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B4F

Black with #6D0B4F

Text Example


Text Example

White with #6D0B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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