Html Css Color HEX #6D0041 Tyrian Purple

📋 copy color: '#6D0041'

red 109 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #6D0041

Tints of Tyrian Purple #6D0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.64%
G = 0%
B = 37.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#6D0041 (or 0x6D0041) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 41. RGB value is (109,0,65). Sum of RGB (Red+Green+Blue) = 109+0+65=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0041 is #92FFBE. Grayscale: #272727. Windows color (decimal): -9633727 or 4259949. OLE color: 4259949.

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

Color convert

RGB 109 0 65 -
CMYK 0 1 0.40 0.57
HSL 324.22º 1% 0.21% -
HSV(B) 324.22º 1% 0.43% -
XYZ 7.26 3.63 5.32 -
YUV 40 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 109 0 65 0 1 0.40 0.57 324.22 1 0.21
Hex 6D 0 41 0 64 28 39 144 64 15
Octal 155 0 101 0 144 50 71 504 144 25
Binary 1101101 0 1000001 0 1100100 101000 111001 101000100 1100100 10101

Color Harmonies of #6D0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0041

Black with #6D0041

Text Example


Text Example

White with #6D0041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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