Html Css Color HEX #6D044A Tyrian Purple

📋 copy color: '#6D044A'

red 109 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #6D044A

Tints of Tyrian Purple #6D044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 74 (29.3% from 255) = 39.57%

R = 58.29%
G = 2.14%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D044A (or 0x6D044A) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 4A. RGB value is (109,4,74). Sum of RGB (Red+Green+Blue) = 109+4+74=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D044A is #92FBB5. Grayscale: #2B2B2B. Windows color (decimal): -9632694 or 4850797. OLE color: 4850797.

HSL color Cylindrical-coordinate representation of color #6D044A: hue angle of 320º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D044A is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 4 74 -
CMYK 0 0.96 0.32 0.57
HSL 320º 0.93% 0.22% -
HSV(B) 320º 0.96% 0.43% -
XYZ 7.59 3.83 6.82 -
YUV 43.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 109 4 74 0 0.96 0.32 0.57 320 0.93 0.22
Hex 6D 4 4A 0 60 20 39 140 5D 16
Octal 155 4 112 0 140 40 71 500 135 26
Binary 1101101 100 1001010 0 1100000 100000 111001 101000000 1011101 10110

Color Harmonies of #6D044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D044A

Black with #6D044A

Text Example


Text Example

White with #6D044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,74); }

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

background-color css

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

 a { background-color: rgb(109,4,74); }

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

border-color css

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

 span { border-color: rgb(109,4,74); }

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