Html Css Color HEX #6D052C Tyrian Purple

📋 copy color: '#6D052C'

red 109 ◦ green 5 ◦ blue 44

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

Shades of Tyrian Purple #6D052C

Tints of Tyrian Purple #6D052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 68.99%
G = 3.16%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D052C (or 0x6D052C) is known color: Tyrian Purple. HEX triplet: 6D, 05 and 2C. RGB value is (109,5,44). Sum of RGB (Red+Green+Blue) = 109+5+44=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D052C is #92FAD3. Grayscale: #282828. Windows color (decimal): -9632468 or 2884973. OLE color: 2884973.

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

Color convert

RGB 109 5 44 -
CMYK 0 0.95 0.60 0.57
HSL 337.5º 0.91% 0.22% -
HSV(B) 337.5º 0.95% 0.43% -
XYZ 6.82 3.54 2.71 -
YUV 40.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 109 5 44 0 0.95 0.60 0.57 337.5 0.91 0.22
Hex 6D 5 2C 0 5F 3C 39 152 5B 16
Octal 155 5 54 0 137 74 71 522 133 26
Binary 1101101 101 101100 0 1011111 111100 111001 101010010 1011011 10110

Color Harmonies of #6D052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D052C

Black with #6D052C

Text Example


Text Example

White with #6D052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,5,44); }

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

background-color css

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

 a { background-color: rgb(109,5,44); }

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

border-color css

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

 span { border-color: rgb(109,5,44); }

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