#6F0939

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

Shades of Tyrian Purple #6F0939

Tints of Tyrian Purple #6F0939

Color information

#6F0939 (or 0x6F0939) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 09 and 39. RGB value is (111,9,57). Sum of RGB (Red+Green+Blue) = 111+9+57=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0939 is #90F6C6. Grayscale: #2C2C2C. Windows color (decimal): -9500359 or 3737967. OLE color: 3737967.

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

Color convert

RGB111957-
CMYK00.920.490.56
HSL331.76º85%23.53%-
HSV(B)331.76º91.89%43.53%-
XYZ7.393.874.23-
YUV44.97134.79175.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.71%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=62.71%
G=5.08%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11195700.920.490.56331.768523.53
Hex6F93905C313814c5518
Octal15711710134617051412530
Binary1101111100111100101011100110001111000101001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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