Html Css Color HEX #6E082E Tyrian Purple

📋 copy color: '#6E082E'

red 110 ◦ green 8 ◦ blue 46

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

Shades of Tyrian Purple #6E082E

Tints of Tyrian Purple #6E082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 67.07%
G = 4.88%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6E082E (or 0x6E082E) is known color: Tyrian Purple. HEX triplet: 6E, 08 and 2E. RGB value is (110,8,46). Sum of RGB (Red+Green+Blue) = 110+8+46=164 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.07% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 110 - color contains mainly: red. Hex color #6E082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E082E is #91F7D1. Grayscale: #2A2A2A. Windows color (decimal): -9566162 or 3016814. OLE color: 3016814.

HSL color Cylindrical-coordinate representation of color #6E082E: hue angle of 337.65º 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 #6E082E is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 8 46 -
CMYK 0 0.93 0.58 0.57
HSL 337.65º 0.86% 0.23% -
HSV(B) 337.65º 0.93% 0.43% -
XYZ 7.01 3.69 2.93 -
YUV 42.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 110 8 46 0 0.93 0.58 0.57 337.65 0.86 0.23
Hex 6E 8 2E 0 5D 3A 39 152 56 17
Octal 156 10 56 0 135 72 71 522 126 27
Binary 1101110 1000 101110 0 1011101 111010 111001 101010010 1010110 10111

Color Harmonies of #6E082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E082E

Black with #6E082E

Text Example


Text Example

White with #6E082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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