#6F0956

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

Shades of Tyrian Purple #6F0956

Tints of Tyrian Purple #6F0956

Color information

#6F0956 (or 0x6F0956) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 09 and 56. RGB value is (111,9,86). Sum of RGB (Red+Green+Blue) = 111+9+86=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0956 is #90F6A9. Grayscale: #303030. Windows color (decimal): -9500330 or 5638511. OLE color: 5638511.

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

Color convert

RGB111986-
CMYK00.920.230.56
HSL314.71º85%23.53%-
HSV(B)314.71º91.89%43.53%-
XYZ8.334.259.18-
YUV48.28149.29172.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=53.88%
G=4.37%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11198600.920.230.56314.718523.53
Hex6F95605C173813b5518
Octal157111260134277047312530
Binary1101111100110101100101110010111111000100111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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