#6D0557

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

Shades of Tyrian Purple #6D0557

Tints of Tyrian Purple #6D0557

Color information

#6D0557 (or 0x6D0557) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 05 and 57. RGB value is (109,5,87). Sum of RGB (Red+Green+Blue) = 109+5+87=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0557 is #92FAA8. Grayscale: #2D2D2D. Windows color (decimal): -9632425 or 5703021. OLE color: 5703021.

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

Color convert

RGB109587-
CMYK00.950.200.57
HSL312.69º91.23%22.35%-
HSV(B)312.69º95.41%42.75%-
XYZ8.084.059.37-
YUV45.44151.46173.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=54.23%
G=2.49%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10958700.950.200.57312.6991.2322.35
Hex6D55705F14391395b16
Octal15551270137247147113326
Binary110110110110101110101111110100111001100111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,5,87); }

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

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

 a { background-color: rgb(109,5,87); }

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

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

 span { border-color: rgb(109,5,87); }

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