Html Css Color HEX #6D0141 Tyrian Purple

📋 copy color: '#6D0141'

red 109 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #6D0141

Tints of Tyrian Purple #6D0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 62.29%
G = 0.57%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#6D0141 (or 0x6D0141) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 41. RGB value is (109,1,65). Sum of RGB (Red+Green+Blue) = 109+1+65=175 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0141 is #92FEBE. Grayscale: #282828. Windows color (decimal): -9633471 or 4260205. OLE color: 4260205.

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

Color convert

RGB 109 1 65 -
CMYK 0 0.99 0.40 0.57
HSL 324.44º 0.98% 0.22% -
HSV(B) 324.44º 0.99% 0.43% -
XYZ 7.27 3.65 5.32 -
YUV 40.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 109 1 65 0 0.99 0.40 0.57 324.44 0.98 0.22
Hex 6D 1 41 0 63 28 39 144 62 16
Octal 155 1 101 0 143 50 71 504 142 26
Binary 1101101 1 1000001 0 1100011 101000 111001 101000100 1100010 10110

Color Harmonies of #6D0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0141

Black with #6D0141

Text Example


Text Example

White with #6D0141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,65); }

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

background-color css

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

 a { background-color: rgb(109,1,65); }

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

border-color css

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

 span { border-color: rgb(109,1,65); }

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