#6c0054

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

Shades of Tyrian Purple #6C0054

Tints of Tyrian Purple #6C0054

Color information

#6C0054 (or 0x6C0054) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 00 and 54. RGB value is (108,0,84). Sum of RGB (Red+Green+Blue) = 108+0+84=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0054 is #93FFAB. Grayscale: #292929. Windows color (decimal): -9699244 or 5505132. OLE color: 5505132.

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

Color convert

RGB108084-
CMYK010.220.58
HSL313.33º100%21.18%-
HSV(B)313.33º100%42.35%-
XYZ7.783.838.72-
YUV41.87151.78175.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 43.75%
R=56.25%
G=0%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108084010.220.58313.3310021.18
Hex6C054064163A1396415
Octal15401240144267247114425
Binary1101100010101000110010010110111010100111001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c0054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,84); }

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

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

 a { background-color: rgb(108,0,84); }

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

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

 span { border-color: rgb(108,0,84); }

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