#6F072F

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

Shades of Tyrian Purple #6F072F

Tints of Tyrian Purple #6F072F

Color information

#6F072F (or 0x6F072F) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 07 and 2F. RGB value is (111,7,47). Sum of RGB (Red+Green+Blue) = 111+7+47=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F072F is #90F8D0. Grayscale: #2A2A2A. Windows color (decimal): -9500881 or 3082095. OLE color: 3082095.

HSL color Cylindrical-coordinate representation of color #6F072F: hue angle of 336.92º 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 #6F072F is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB111747-
CMYK00.940.580.56
HSL336.92º88.14%23.14%-
HSV(B)336.92º93.69%43.53%-
XYZ7.143.743.03-
YUV42.66130.46176.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=67.27%
G=4.24%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11174700.940.580.56336.9288.1423.14
Hex6F72F05E3A381515817
Octal1577570136727052113027
Binary110111111110111101011110111010111000101010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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