#6B0631

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

Shades of Tyrian Purple #6B0631

Tints of Tyrian Purple #6B0631

Color information

#6B0631 (or 0x6B0631) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 06 and 31. RGB value is (107,6,49). Sum of RGB (Red+Green+Blue) = 107+6+49=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0631 is #94F9CE. Grayscale: #292929. Windows color (decimal): -9763279 or 3212907. OLE color: 3212907.

HSL color Cylindrical-coordinate representation of color #6B0631: hue angle of 334.46º 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 #6B0631 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB107649-
CMYK00.940.540.58
HSL334.46º89.38%22.16%-
HSV(B)334.46º94.39%41.96%-
XYZ6.683.483.22-
YUV41.1132.46175-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 66.05%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=66.05%
G=3.70%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10764900.940.540.58334.4689.3822.16
Hex6B63105E363A14e5916
Octal1536610136667251613126
Binary110101111011000101011110110110111010101001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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