Html Css Color HEX #6E012E Tyrian Purple

📋 copy color: '#6E012E'

red 110 ◦ green 1 ◦ blue 46

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

Shades of Tyrian Purple #6E012E

Tints of Tyrian Purple #6E012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 70.06%
G = 0.64%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6E012E (or 0x6E012E) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 2E. RGB value is (110,1,46). Sum of RGB (Red+Green+Blue) = 110+1+46=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E012E is #91FED1. Grayscale: #262626. Windows color (decimal): -9567954 or 3015022. OLE color: 3015022.

HSL color Cylindrical-coordinate representation of color #6E012E: hue angle of 335.23º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E012E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 1 46 -
CMYK 0 0.99 0.58 0.57
HSL 335.23º 0.98% 0.22% -
HSV(B) 335.23º 0.99% 0.43% -
XYZ 6.93 3.53 2.9 -
YUV 38.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 110 1 46 0 0.99 0.58 0.57 335.23 0.98 0.22
Hex 6E 1 2E 0 63 3A 39 14F 62 16
Octal 156 1 56 0 143 72 71 517 142 26
Binary 1101110 1 101110 0 1100011 111010 111001 101001111 1100010 10110

Color Harmonies of #6E012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E012E

Black with #6E012E

Text Example


Text Example

White with #6E012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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