#6F082E

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

Shades of Tyrian Purple #6F082E

Tints of Tyrian Purple #6F082E

Color information

#6F082E (or 0x6F082E) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 08 and 2E. RGB value is (111,8,46). Sum of RGB (Red+Green+Blue) = 111+8+46=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F082E is #90F7D1. Grayscale: #2B2B2B. Windows color (decimal): -9500626 or 3016815. OLE color: 3016815.

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

Color convert

RGB111846-
CMYK00.930.590.56
HSL337.86º86.55%23.33%-
HSV(B)337.86º92.79%43.53%-
XYZ7.143.752.93-
YUV43.13129.62176.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=67.27%
G=4.85%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11184600.930.590.56337.8686.5523.33
Hex6F82E05D3B381525717
Octal15710560135737052212727
Binary1101111100010111001011101111011111000101010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,8,46); }

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

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

 a { background-color: rgb(111,8,46); }

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

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

 span { border-color: rgb(111,8,46); }

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