#6E013F

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

Shades of Tyrian Purple #6E013F

Tints of Tyrian Purple #6E013F

Color information

#6E013F (or 0x6E013F) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 01 and 3F. RGB value is (110,1,63). Sum of RGB (Red+Green+Blue) = 110+1+63=174 (23% of max value = 765). Red value is 110 (43.36% from 255 or 63.22% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 110 - color contains mainly: red. Hex color #6E013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E013F is #91FEC0. Grayscale: #282828. Windows color (decimal): -9567937 or 4129134. OLE color: 4129134.

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

Color convert

RGB110163-
CMYK00.990.430.57
HSL325.87º98.2%21.76%-
HSV(B)325.87º99.09%43.14%-
XYZ7.343.75.03-
YUV40.66140.61177.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 63.22%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 63 (25% from 255) = 36.21%
R=63.22%
G=0.57%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11016300.990.430.57325.8798.221.76
Hex6E13F0632B391466216
Octal1561770143537150614226
Binary1101110111111101100011101011111001101000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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