#6D0148

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

Shades of Tyrian Purple #6D0148

Tints of Tyrian Purple #6D0148

Color information

#6D0148 (or 0x6D0148) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 01 and 48. RGB value is (109,1,72). Sum of RGB (Red+Green+Blue) = 109+1+72=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0148 is #92FEB7. Grayscale: #292929. Windows color (decimal): -9633464 or 4718957. OLE color: 4718957.

HSL color Cylindrical-coordinate representation of color #6D0148: hue angle of 320.56º 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 #6D0148 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB109172-
CMYK00.990.340.57
HSL320.56º98.18%21.57%-
HSV(B)320.56º99.08%42.75%-
XYZ7.493.746.46-
YUV41.39145.28176.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 59.89%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=59.89%
G=0.55%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10917200.990.340.57320.5698.1821.57
Hex6D14806322391416216
Octal15511100143427150114226
Binary11011011100100001100011100010111001101000001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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