#6F0E4E

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

Shades of Tyrian Purple #6F0E4E

Tints of Tyrian Purple #6F0E4E

Color information

#6F0E4E (or 0x6F0E4E) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0E and 4E. RGB value is (111,14,78). Sum of RGB (Red+Green+Blue) = 111+14+78=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E4E is #90F1B1. Grayscale: #323232. Windows color (decimal): -9499058 or 5115503. OLE color: 5115503.

HSL color Cylindrical-coordinate representation of color #6F0E4E: hue angle of 320.41º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E4E is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1111478-
CMYK00.870.300.56
HSL320.41º77.6%24.51%-
HSV(B)320.41º87.39%43.53%-
XYZ8.094.247.6-
YUV50.3143.64171.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=54.68%
G=6.90%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111147800.870.300.56320.4177.624.51
Hex6FE4E0571E381404e19
Octal157161160127367050011631
Binary1101111111010011100101011111110111000101000000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,14,78); }

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

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

 a { background-color: rgb(111,14,78); }

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

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

 span { border-color: rgb(111,14,78); }

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