#6D0951

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

Shades of Tyrian Purple #6D0951

Tints of Tyrian Purple #6D0951

Color information

#6D0951 (or 0x6D0951) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 09 and 51. RGB value is (109,9,81). Sum of RGB (Red+Green+Blue) = 109+9+81=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0951 is #92F6AE. Grayscale: #2E2E2E. Windows color (decimal): -9631407 or 5310829. OLE color: 5310829.

HSL color Cylindrical-coordinate representation of color #6D0951: hue angle of 316.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0951 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB109981-
CMYK00.920.260.57
HSL316.8º84.75%23.14%-
HSV(B)316.8º91.74%42.75%-
XYZ7.894.048.15-
YUV47.11147.13172.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.77%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=54.77%
G=4.52%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10998100.920.260.57316.884.7523.14
Hex6D95105C1A3913d5517
Octal155111210134327147512527
Binary1101101100110100010101110011010111001100111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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