Html Css Color HEX #6D0650 Tyrian Purple

📋 copy color: '#6D0650'

red 109 ◦ green 6 ◦ blue 80

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

Shades of Tyrian Purple #6D0650

Tints of Tyrian Purple #6D0650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.08%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 55.9%
G = 3.08%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D0650 (or 0x6D0650) is known color: Tyrian Purple. HEX triplet: 6D, 06 and 50. RGB value is (109,6,80). Sum of RGB (Red+Green+Blue) = 109+6+80=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0650 is #92F9AF. Grayscale: #2D2D2D. Windows color (decimal): -9632176 or 5244525. OLE color: 5244525.

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

Color convert

RGB 109 6 80 -
CMYK 0 0.94 0.27 0.57
HSL 316.89º 0.9% 0.23% -
HSV(B) 316.89º 0.94% 0.43% -
XYZ 7.82 3.96 7.94 -
YUV 45.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 109 6 80 0 0.94 0.27 0.57 316.89 0.9 0.23
Hex 6D 6 50 0 5E 1B 39 13D 5A 17
Octal 155 6 120 0 136 33 71 475 132 27
Binary 1101101 110 1010000 0 1011110 11011 111001 100111101 1011010 10111

Color Harmonies of #6D0650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0650

Black with #6D0650

Text Example


Text Example

White with #6D0650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,6,80); }

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

background-color css

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

 a { background-color: rgb(109,6,80); }

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

border-color css

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

 span { border-color: rgb(109,6,80); }

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