#6B0139

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

Shades of Tyrian Purple #6B0139

Tints of Tyrian Purple #6B0139

Color information

#6B0139 (or 0x6B0139) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 01 and 39. RGB value is (107,1,57). Sum of RGB (Red+Green+Blue) = 107+1+57=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0139 is #94FEC6. Grayscale: #262626. Windows color (decimal): -9764551 or 3735915. OLE color: 3735915.

HSL color Cylindrical-coordinate representation of color #6B0139: hue angle of 328.3º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0139 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB107157-
CMYK00.990.470.58
HSL328.3º98.15%21.18%-
HSV(B)328.3º99.07%41.96%-
XYZ6.813.444.18-
YUV39.08138.12176.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.85%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=64.85%
G=0.61%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10715700.990.470.58328.398.1521.18
Hex6B1390632F3A1486215
Octal1531710143577251014225
Binary1101011111100101100011101111111010101001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,1,57); }

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

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

 a { background-color: rgb(107,1,57); }

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

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

 span { border-color: rgb(107,1,57); }

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