#6F0046

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

Shades of Tyrian Purple #6F0046

Tints of Tyrian Purple #6F0046

Color information

#6F0046 (or 0x6F0046) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 00 and 46. RGB value is (111,0,70). Sum of RGB (Red+Green+Blue) = 111+0+70=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0046 is #90FFB9. Grayscale: #292929. Windows color (decimal): -9502650 or 4587631. OLE color: 4587631.

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

Color convert

RGB111070-
CMYK010.370.56
HSL322.16º100%21.76%-
HSV(B)322.16º100%43.53%-
XYZ7.663.826.13-
YUV41.17144.27177.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=61.33%
G=0%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111070010.370.56322.1610021.76
Hex6F04606425381426416
Octal15701060144457050214426
Binary11011110100011001100100100101111000101000010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,70); }

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

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

 a { background-color: rgb(111,0,70); }

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

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

 span { border-color: rgb(111,0,70); }

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