#6E012E

Color #6E012E Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #6E012E

Tints of Tyrian Purple #6E012E

Color information

#6E012E (or 0x6E012E) is unknown color: approx 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

RGB110146-
CMYK00.990.580.57
HSL335.23º98.2%21.76%-
HSV(B)335.23º99.09%43.14%-
XYZ6.933.532.9-
YUV38.72132.11178.84-

RGB Variations

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

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.30%
R=70.06%
G=0.64%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11014600.990.580.57335.2398.221.76
Hex6E12E0633A3914f6216
Octal1561560143727151714226
Binary1101110110111001100011111010111001101001111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>