Html Css Color HEX #6E083A Tyrian Purple

📋 copy color: '#6E083A'

red 110 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #6E083A

Tints of Tyrian Purple #6E083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 62.5%
G = 4.55%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E083A (or 0x6E083A) is known color: Tyrian Purple. HEX triplet: 6E, 08 and 3A. RGB value is (110,8,58). Sum of RGB (Red+Green+Blue) = 110+8+58=176 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.5% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 110 - color contains mainly: red. Hex color #6E083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E083A is #91F7C5. Grayscale: #2C2C2C. Windows color (decimal): -9566150 or 3803246. OLE color: 3803246.

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

Color convert

RGB 110 8 58 -
CMYK 0 0.93 0.47 0.57
HSL 330.59º 0.86% 0.23% -
HSV(B) 330.59º 0.93% 0.43% -
XYZ 7.28 3.79 4.35 -
YUV 44.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 110 8 58 0 0.93 0.47 0.57 330.59 0.86 0.23
Hex 6E 8 3A 0 5D 2F 39 14B 56 17
Octal 156 10 72 0 135 57 71 513 126 27
Binary 1101110 1000 111010 0 1011101 101111 111001 101001011 1010110 10111

Color Harmonies of #6E083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E083A

Black with #6E083A

Text Example


Text Example

White with #6E083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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