Html Css Color HEX #6D074D Tyrian Purple

📋 copy color: '#6D074D'

red 109 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #6D074D

Tints of Tyrian Purple #6D074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 56.48%
G = 3.63%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D074D (or 0x6D074D) is known color: Tyrian Purple. HEX triplet: 6D, 07 and 4D. RGB value is (109,7,77). Sum of RGB (Red+Green+Blue) = 109+7+77=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D074D is #92F8B2. Grayscale: #2D2D2D. Windows color (decimal): -9631923 or 5048173. OLE color: 5048173.

HSL color Cylindrical-coordinate representation of color #6D074D: hue angle of 318.82º degrees, saturation: 0.88, 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 #6D074D is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 7 77 -
CMYK 0 0.94 0.29 0.57
HSL 318.82º 0.88% 0.23% -
HSV(B) 318.82º 0.94% 0.43% -
XYZ 7.72 3.94 7.37 -
YUV 45.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 109 7 77 0 0.94 0.29 0.57 318.82 0.88 0.23
Hex 6D 7 4D 0 5E 1D 39 13F 58 17
Octal 155 7 115 0 136 35 71 477 130 27
Binary 1101101 111 1001101 0 1011110 11101 111001 100111111 1011000 10111

Color Harmonies of #6D074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D074D

Black with #6D074D

Text Example


Text Example

White with #6D074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,7,77); }

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

background-color css

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

 a { background-color: rgb(109,7,77); }

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

border-color css

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

 span { border-color: rgb(109,7,77); }

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