#6E0951

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

Shades of Tyrian Purple #6E0951

Tints of Tyrian Purple #6E0951

Color information

#6E0951 (or 0x6E0951) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 09 and 51. RGB value is (110,9,81). Sum of RGB (Red+Green+Blue) = 110+9+81=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0951 is #91F6AE. Grayscale: #2F2F2F. Windows color (decimal): -9565871 or 5310830. OLE color: 5310830.

HSL color Cylindrical-coordinate representation of color #6E0951: hue angle of 317.23º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0951 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB110981-
CMYK00.920.260.57
HSL317.23º84.87%23.33%-
HSV(B)317.23º91.82%43.14%-
XYZ8.014.18.15-
YUV47.41146.96172.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=55%
G=4.5%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11098100.920.260.57317.2384.8723.33
Hex6E95105C1A3913d5517
Octal156111210134327147512527
Binary1101110100110100010101110011010111001100111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,9,81); }

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

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

 a { background-color: rgb(110,9,81); }

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

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

 span { border-color: rgb(110,9,81); }

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