#6d0139

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

Shades of Tyrian Purple #6D0139

Tints of Tyrian Purple #6D0139

Color information

#6D0139 (or 0x6D0139) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 01 and 39. RGB value is (109,1,57). Sum of RGB (Red+Green+Blue) = 109+1+57=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0139 is #92FEC6. Grayscale: #272727. Windows color (decimal): -9633479 or 3735917. OLE color: 3735917.

HSL color Cylindrical-coordinate representation of color #6D0139: hue angle of 328.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0139 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.57.

Color convert

RGB109157-
CMYK00.990.480.57
HSL328.89º98.18%21.57%-
HSV(B)328.89º99.08%42.75%-
XYZ7.063.574.19-
YUV39.68137.78177.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 65.27%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=65.27%
G=0.60%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10915700.990.480.57328.8998.1821.57
Hex6D13906330391496216
Octal1551710143607151114226
Binary1101101111100101100011110000111001101001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d0139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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