#6F0559

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

Shades of Tyrian Purple #6F0559

Tints of Tyrian Purple #6F0559

Color information

#6F0559 (or 0x6F0559) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 59. RGB value is (111,5,89). Sum of RGB (Red+Green+Blue) = 111+5+89=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0559 is #90FAA6. Grayscale: #2E2E2E. Windows color (decimal): -9501351 or 5834095. OLE color: 5834095.

HSL color Cylindrical-coordinate representation of color #6F0559: hue angle of 312.45º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0559 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB111589-
CMYK00.950.200.56
HSL312.45º91.38%22.75%-
HSV(B)312.45º95.5%43.53%-
XYZ8.414.219.82-
YUV46.27152.12174.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=54.15%
G=2.44%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11158900.950.200.56312.4591.3822.75
Hex6F55905F14381385b17
Octal15751310137247047013327
Binary110111110110110010101111110100111000100111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,89); }

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

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

 a { background-color: rgb(111,5,89); }

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

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

 span { border-color: rgb(111,5,89); }

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