Html Css Color HEX #6E0E51 Tyrian Purple

📋 copy color: '#6E0E51'

red 110 ◦ green 14 ◦ blue 81

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

Shades of Tyrian Purple #6E0E51

Tints of Tyrian Purple #6E0E51

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.83%

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 53.66%
G = 6.83%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#6E0E51 (or 0x6E0E51) is known color: Tyrian Purple. HEX triplet: 6E, 0E and 51. RGB value is (110,14,81). Sum of RGB (Red+Green+Blue) = 110+14+81=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0E51 is #91F1AE. Grayscale: #323232. Windows color (decimal): -9564591 or 5312110. OLE color: 5312110.

HSL color Cylindrical-coordinate representation of color #6E0E51: hue angle of 318.12º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E0E51 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 14 81 -
CMYK 0 0.87 0.26 0.57
HSL 318.13º 0.77% 0.24% -
HSV(B) 318.13º 0.87% 0.43% -
XYZ 8.07 4.22 8.17 -
YUV 50.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 110 14 81 0 0.87 0.26 0.57 318.13 0.77 0.24
Hex 6E E 51 0 57 1A 39 13E 4D 18
Octal 156 16 121 0 127 32 71 476 115 30
Binary 1101110 1110 1010001 0 1010111 11010 111001 100111110 1001101 11000

Color Harmonies of #6E0E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0E51

Black with #6E0E51

Text Example


Text Example

White with #6E0E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,14,81); }

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

background-color css

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

 a { background-color: rgb(110,14,81); }

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

border-color css

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

 span { border-color: rgb(110,14,81); }

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