Html Css Color HEX #6E0841 Tyrian Purple

📋 copy color: '#6E0841'

red 110 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #6E0841

Tints of Tyrian Purple #6E0841

RGB

 RED value IS 110 (43.36% from 255) = 60.11%

 GREEN value IS 8 (3.52% from 255) = 4.37%

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

R = 60.11%
G = 4.37%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6E0841 (or 0x6E0841) is known color: Tyrian Purple. HEX triplet: 6E, 08 and 41. RGB value is (110,8,65). Sum of RGB (Red+Green+Blue) = 110+8+65=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0841 is #91F7BE. Grayscale: #2C2C2C. Windows color (decimal): -9566143 or 4261998. OLE color: 4261998.

HSL color Cylindrical-coordinate representation of color #6E0841: hue angle of 326.47º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0841 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 8 65 -
CMYK 0 0.93 0.41 0.57
HSL 326.47º 0.86% 0.23% -
HSV(B) 326.47º 0.93% 0.43% -
XYZ 7.47 3.87 5.35 -
YUV 45 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 110 8 65 0 0.93 0.41 0.57 326.47 0.86 0.23
Hex 6E 8 41 0 5D 29 39 146 56 17
Octal 156 10 101 0 135 51 71 506 126 27
Binary 1101110 1000 1000001 0 1011101 101001 111001 101000110 1010110 10111

Color Harmonies of #6E0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0841

Black with #6E0841

Text Example


Text Example

White with #6E0841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,8,65); }

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

background-color css

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

 a { background-color: rgb(110,8,65); }

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

border-color css

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

 span { border-color: rgb(110,8,65); }

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