#6C054C

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

Shades of Tyrian Purple #6C054C

Tints of Tyrian Purple #6C054C

Color information

#6C054C (or 0x6C054C) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 05 and 4C. RGB value is (108,5,76). Sum of RGB (Red+Green+Blue) = 108+5+76=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C054C is #93FAB3. Grayscale: #2B2B2B. Windows color (decimal): -9697972 or 4982124. OLE color: 4982124.

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

Color convert

RGB108576-
CMYK00.950.300.58
HSL318.64º91.15%22.16%-
HSV(B)318.64º95.37%42.35%-
XYZ7.543.827.18-
YUV43.89146.12173.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.14%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=57.14%
G=2.65%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10857600.950.300.58318.6491.1522.16
Hex6C54C05F1E3A13f5b16
Octal15451140137367247713326
Binary110110010110011000101111111110111010100111111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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