#6C015B

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

Shades of Tyrian Purple #6C015B

Tints of Tyrian Purple #6C015B

Color information

#6C015B (or 0x6C015B) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 01 and 5B. RGB value is (108,1,91). Sum of RGB (Red+Green+Blue) = 108+1+91=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C015B is #93FEA4. Grayscale: #2B2B2B. Windows color (decimal): -9698981 or 5964140. OLE color: 5964140.

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

Color convert

RGB108191-
CMYK00.990.160.58
HSL309.53º98.17%21.37%-
HSV(B)309.53º99.07%42.35%-
XYZ8.083.9710.24-
YUV43.25154.95174.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=54%
G=0.5%
B=45.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10819100.990.160.58309.5398.1721.37
Hex6C15B063103A1366215
Octal15411330143207246614225
Binary1101100110110110110001110000111010100110110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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