#6B0649

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

Shades of Tyrian Purple #6B0649

Tints of Tyrian Purple #6B0649

Color information

#6B0649 (or 0x6B0649) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 06 and 49. RGB value is (107,6,73). Sum of RGB (Red+Green+Blue) = 107+6+73=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0649 is #94F9B6. Grayscale: #2B2B2B. Windows color (decimal): -9763255 or 4785771. OLE color: 4785771.

HSL color Cylindrical-coordinate representation of color #6B0649: hue angle of 320.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0649 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB107673-
CMYK00.940.320.58
HSL320.2º89.38%22.16%-
HSV(B)320.2º94.39%41.96%-
XYZ7.333.746.64-
YUV43.84144.46173.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.53%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=57.53%
G=3.23%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10767300.940.320.58320.289.3822.16
Hex6B64905E203A1405916
Octal15361110136407250013126
Binary1101011110100100101011110100000111010101000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,6,73); }

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

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

 a { background-color: rgb(107,6,73); }

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

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

 span { border-color: rgb(107,6,73); }

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