#6F0B49

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

Shades of Tyrian Purple #6F0B49

Tints of Tyrian Purple #6F0B49

Color information

#6F0B49 (or 0x6F0B49) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0B and 49. RGB value is (111,11,73). Sum of RGB (Red+Green+Blue) = 111+11+73=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B49 is #90F4B6. Grayscale: #2F2F2F. Windows color (decimal): -9499831 or 4787055. OLE color: 4787055.

HSL color Cylindrical-coordinate representation of color #6F0B49: hue angle of 322.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B49 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1111173-
CMYK00.900.340.56
HSL322.8º81.97%23.92%-
HSV(B)322.8º90.09%43.53%-
XYZ7.884.16.68-
YUV47.97142.13172.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=56.92%
G=5.64%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111117300.900.340.56322.881.9723.92
Hex6FB4905A22381435218
Octal157131110132427050312230
Binary11011111011100100101011010100010111000101000011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,11,73); }

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

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

 a { background-color: rgb(111,11,73); }

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

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

 span { border-color: rgb(111,11,73); }

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