Html Css Color HEX #6D042D Tyrian Purple

📋 copy color: '#6D042D'

red 109 ◦ green 4 ◦ blue 45

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

Shades of Tyrian Purple #6D042D

Tints of Tyrian Purple #6D042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.48%

R = 68.99%
G = 2.53%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D042D (or 0x6D042D) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 2D. RGB value is (109,4,45). Sum of RGB (Red+Green+Blue) = 109+4+45=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D042D is #92FBD2. Grayscale: #282828. Windows color (decimal): -9632723 or 2950253. OLE color: 2950253.

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

Color convert

RGB 109 4 45 -
CMYK 0 0.96 0.59 0.57
HSL 336.57º 0.93% 0.22% -
HSV(B) 336.57º 0.96% 0.43% -
XYZ 6.82 3.53 2.8 -
YUV 40.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 109 4 45 0 0.96 0.59 0.57 336.57 0.93 0.22
Hex 6D 4 2D 0 60 3B 39 151 5D 16
Octal 155 4 55 0 140 73 71 521 135 26
Binary 1101101 100 101101 0 1100000 111011 111001 101010001 1011101 10110

Color Harmonies of #6D042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D042D

Black with #6D042D

Text Example


Text Example

White with #6D042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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