#6F015B

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

Shades of Tyrian Purple #6F015B

Tints of Tyrian Purple #6F015B

Color information

#6F015B (or 0x6F015B) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 01 and 5B. RGB value is (111,1,91). Sum of RGB (Red+Green+Blue) = 111+1+91=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F015B is #90FEA4. Grayscale: #2B2B2B. Windows color (decimal): -9502373 or 5964143. OLE color: 5964143.

HSL color Cylindrical-coordinate representation of color #6F015B: hue angle of 310.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F015B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB111191-
CMYK00.990.180.56
HSL310.91º98.21%21.96%-
HSV(B)310.91º99.1%43.53%-
XYZ8.454.1610.25-
YUV44.15154.44175.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=54.68%
G=0.49%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11119100.990.180.56310.9198.2121.96
Hex6F15B06312381376216
Octal15711330143227046714226
Binary1101111110110110110001110010111000100110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,91); }

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

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

 a { background-color: rgb(111,1,91); }

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

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

 span { border-color: rgb(111,1,91); }

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