#6f074f

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

Shades of Tyrian Purple #6F074F

Tints of Tyrian Purple #6F074F

Color information

#6F074F (or 0x6F074F) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 07 and 4F. RGB value is (111,7,79). Sum of RGB (Red+Green+Blue) = 111+7+79=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F074F is #90F8B0. Grayscale: #2E2E2E. Windows color (decimal): -9500849 or 5179247. OLE color: 5179247.

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

Color convert

RGB111779-
CMYK00.940.290.56
HSL318.46º88.14%23.14%-
HSV(B)318.46º93.69%43.53%-
XYZ8.044.17.76-
YUV46.3146.46174.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=56.35%
G=3.55%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11177900.940.290.56318.4688.1423.14
Hex6F74F05E1D3813e5817
Octal15771170136357047613027
Binary110111111110011110101111011101111000100111110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f074f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,7,79); }

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

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

 a { background-color: rgb(111,7,79); }

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

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

 span { border-color: rgb(111,7,79); }

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