#6F0931

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

Shades of Tyrian Purple #6F0931

Tints of Tyrian Purple #6F0931

Color information

#6F0931 (or 0x6F0931) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 09 and 31. RGB value is (111,9,49). Sum of RGB (Red+Green+Blue) = 111+9+49=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0931 is #90F6CE. Grayscale: #2C2C2C. Windows color (decimal): -9500367 or 3213679. OLE color: 3213679.

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

Color convert

RGB111949-
CMYK00.920.560.56
HSL336.47º85%23.53%-
HSV(B)336.47º91.89%43.53%-
XYZ7.213.83.26-
YUV44.06130.79175.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.68%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=65.68%
G=5.33%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11194900.920.560.56336.478523.53
Hex6F93105C38381505518
Octal15711610134707052012530
Binary1101111100111000101011100111000111000101010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,9,49); }

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

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

 a { background-color: rgb(111,9,49); }

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

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

 span { border-color: rgb(111,9,49); }

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