#6C014F

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

Shades of Tyrian Purple #6C014F

Tints of Tyrian Purple #6C014F

Color information

#6C014F (or 0x6C014F) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 01 and 4F. RGB value is (108,1,79). Sum of RGB (Red+Green+Blue) = 108+1+79=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C014F is #93FEB0. Grayscale: #292929. Windows color (decimal): -9698993 or 5177708. OLE color: 5177708.

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

Color convert

RGB108179-
CMYK00.990.270.58
HSL316.26º98.17%21.37%-
HSV(B)316.26º99.07%42.35%-
XYZ7.613.777.72-
YUV41.89148.95175.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.45%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=57.45%
G=0.53%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10817900.990.270.58316.2698.1721.37
Hex6C14F0631B3A13c6215
Octal15411170143337247414225
Binary1101100110011110110001111011111010100111100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,79); }

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

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

 a { background-color: rgb(108,1,79); }

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

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

 span { border-color: rgb(108,1,79); }

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