#6E013A

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

Shades of Tyrian Purple #6E013A

Tints of Tyrian Purple #6E013A

Color information

#6E013A (or 0x6E013A) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 01 and 3A. RGB value is (110,1,58). Sum of RGB (Red+Green+Blue) = 110+1+58=169 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.09% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 110 - color contains mainly: red. Hex color #6E013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E013A is #91FEC5. Grayscale: #272727. Windows color (decimal): -9567942 or 3801454. OLE color: 3801454.

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

Color convert

RGB110158-
CMYK00.990.470.57
HSL328.62º98.2%21.76%-
HSV(B)328.62º99.09%43.14%-
XYZ7.23.644.33-
YUV40.09138.11177.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 65.09%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=65.09%
G=0.59%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11015800.990.470.57328.6298.221.76
Hex6E13A0632F391496216
Octal1561720143577151114226
Binary1101110111101001100011101111111001101001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E013A;
 }
 .AnyTagClassName
 {
   color: #6E013A;
 }
</style>
background-color css

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

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

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

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

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

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