#6C0558

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

Shades of Tyrian Purple #6C0558

Tints of Tyrian Purple #6C0558

Color information

#6C0558 (or 0x6C0558) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 05 and 58. RGB value is (108,5,88). Sum of RGB (Red+Green+Blue) = 108+5+88=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0558 is #93FAA7. Grayscale: #2D2D2D. Windows color (decimal): -9697960 or 5768556. OLE color: 5768556.

HSL color Cylindrical-coordinate representation of color #6C0558: hue angle of 311.65º 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 #6C0558 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB108588-
CMYK00.950.190.58
HSL311.65º91.15%22.16%-
HSV(B)311.65º95.37%42.35%-
XYZ849.58-
YUV45.26152.12172.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.73%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=53.73%
G=2.49%
B=43.78%

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
Decimal10858800.950.190.58311.6591.1522.16
Hex6C55805F133A1385b16
Octal15451300137237247013326
Binary110110010110110000101111110011111010100111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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