Html Css Color HEX #6D032D Tyrian Purple

📋 copy color: '#6D032D'

red 109 ◦ green 3 ◦ blue 45

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

Shades of Tyrian Purple #6D032D

Tints of Tyrian Purple #6D032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 69.43%
G = 1.91%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D032D (or 0x6D032D) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 2D. RGB value is (109,3,45). Sum of RGB (Red+Green+Blue) = 109+3+45=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D032D is #92FCD2. Grayscale: #272727. Windows color (decimal): -9632979 or 2949997. OLE color: 2949997.

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

Color convert

RGB 109 3 45 -
CMYK 0 0.97 0.59 0.57
HSL 336.23º 0.95% 0.22% -
HSV(B) 336.23º 0.97% 0.43% -
XYZ 6.81 3.51 2.8 -
YUV 39.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 109 3 45 0 0.97 0.59 0.57 336.23 0.95 0.22
Hex 6D 3 2D 0 61 3B 39 150 5F 16
Octal 155 3 55 0 141 73 71 520 137 26
Binary 1101101 11 101101 0 1100001 111011 111001 101010000 1011111 10110

Color Harmonies of #6D032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D032D

Black with #6D032D

Text Example


Text Example

White with #6D032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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