Html Css Color HEX #6D073F Tyrian Purple

📋 copy color: '#6D073F'

red 109 ◦ green 7 ◦ blue 63

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

Shades of Tyrian Purple #6D073F

Tints of Tyrian Purple #6D073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.2%

R = 60.89%
G = 3.91%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#6D073F (or 0x6D073F) is known color: Tyrian Purple. HEX triplet: 6D, 07 and 3F. RGB value is (109,7,63). Sum of RGB (Red+Green+Blue) = 109+7+63=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D073F is #92F8C0. Grayscale: #2B2B2B. Windows color (decimal): -9631937 or 4130669. OLE color: 4130669.

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

Color convert

RGB 109 7 63 -
CMYK 0 0.94 0.42 0.57
HSL 327.06º 0.88% 0.23% -
HSV(B) 327.06º 0.94% 0.43% -
XYZ 7.28 3.76 5.05 -
YUV 43.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 109 7 63 0 0.94 0.42 0.57 327.06 0.88 0.23
Hex 6D 7 3F 0 5E 2A 39 147 58 17
Octal 155 7 77 0 136 52 71 507 130 27
Binary 1101101 111 111111 0 1011110 101010 111001 101000111 1011000 10111

Color Harmonies of #6D073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D073F

Black with #6D073F

Text Example


Text Example

White with #6D073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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