Html Css Color HEX #6E0937 Tyrian Purple

📋 copy color: '#6E0937'

red 110 ◦ green 9 ◦ blue 55

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

Shades of Tyrian Purple #6E0937

Tints of Tyrian Purple #6E0937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

 BLUE value IS 55 (21.88% from 255) = 31.61%

R = 63.22%
G = 5.17%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#6E0937 (or 0x6E0937) is known color: Tyrian Purple. HEX triplet: 6E, 09 and 37. RGB value is (110,9,55). Sum of RGB (Red+Green+Blue) = 110+9+55=174 (23% of max value = 765). Red value is 110 (43.36% from 255 or 63.22% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0937 is #91F6C8. Grayscale: #2C2C2C. Windows color (decimal): -9565897 or 3606894. OLE color: 3606894.

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

Color convert

RGB 110 9 55 -
CMYK 0 0.92 0.5 0.57
HSL 332.67º 0.85% 0.23% -
HSV(B) 332.67º 0.92% 0.43% -
XYZ 7.22 3.79 3.96 -
YUV 44.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 110 9 55 0 0.92 0.5 0.57 332.67 0.85 0.23
Hex 6E 9 37 0 5C 32 39 14D 55 17
Octal 156 11 67 0 134 62 71 515 125 27
Binary 1101110 1001 110111 0 1011100 110010 111001 101001101 1010101 10111

Color Harmonies of #6E0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0937

Black with #6E0937

Text Example


Text Example

White with #6E0937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,9,55); }

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

background-color css

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

 a { background-color: rgb(110,9,55); }

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

border-color css

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

 span { border-color: rgb(110,9,55); }

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