#6C0E51

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

Shades of Tyrian Purple #6C0E51

Tints of Tyrian Purple #6C0E51

Color information

#6C0E51 (or 0x6C0E51) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 0E and 51. RGB value is (108,14,81). Sum of RGB (Red+Green+Blue) = 108+14+81=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E51 is #93F1AE. Grayscale: #313131. Windows color (decimal): -9695663 or 5312108. OLE color: 5312108.

HSL color Cylindrical-coordinate representation of color #6C0E51: hue angle of 317.23º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C0E51 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1081481-
CMYK00.870.250.58
HSL317.23º77.05%23.92%-
HSV(B)317.23º87.04%42.35%-
XYZ7.834.18.16-
YUV49.74145.64169.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=53.20%
G=6.90%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108148100.870.250.58317.2377.0523.92
Hex6CE51057193A13d4d18
Octal154161210127317247511530
Binary1101100111010100010101011111001111010100111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,14,81); }

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

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

 a { background-color: rgb(108,14,81); }

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

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

 span { border-color: rgb(108,14,81); }

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