#6F0951

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

Shades of Tyrian Purple #6F0951

Tints of Tyrian Purple #6F0951

Color information

#6F0951 (or 0x6F0951) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 09 and 51. RGB value is (111,9,81). Sum of RGB (Red+Green+Blue) = 111+9+81=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0951 is #90F6AE. Grayscale: #2F2F2F. Windows color (decimal): -9500335 or 5310831. OLE color: 5310831.

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

Color convert

RGB111981-
CMYK00.920.270.56
HSL317.65º85%23.53%-
HSV(B)317.65º91.89%43.53%-
XYZ8.144.178.16-
YUV47.71146.79173.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.22%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=55.22%
G=4.48%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11198100.920.270.56317.658523.53
Hex6F95105C1B3813e5518
Octal157111210134337047612530
Binary1101111100110100010101110011011111000100111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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