#6C0557

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

Shades of Tyrian Purple #6C0557

Tints of Tyrian Purple #6C0557

Color information

#6C0557 (or 0x6C0557) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 05 and 57. RGB value is (108,5,87). Sum of RGB (Red+Green+Blue) = 108+5+87=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0557 is #93FAA8. Grayscale: #2C2C2C. Windows color (decimal): -9697961 or 5703020. OLE color: 5703020.

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

Color convert

RGB108587-
CMYK00.950.190.58
HSL312.23º91.15%22.16%-
HSV(B)312.23º95.37%42.35%-
XYZ7.963.989.37-
YUV45.14151.62172.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=54%
G=2.5%
B=43.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10858700.950.190.58312.2391.1522.16
Hex6C55705F133A1385b16
Octal15451270137237247013326
Binary110110010110101110101111110011111010100111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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