#6B014E

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

Shades of Tyrian Purple #6B014E

Tints of Tyrian Purple #6B014E

Color information

#6B014E (or 0x6B014E) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 01 and 4E. RGB value is (107,1,78). Sum of RGB (Red+Green+Blue) = 107+1+78=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B014E is #94FEB1. Grayscale: #292929. Windows color (decimal): -9764530 or 5112171. OLE color: 5112171.

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

Color convert

RGB107178-
CMYK00.990.270.58
HSL316.42º98.15%21.18%-
HSV(B)316.42º99.07%41.96%-
XYZ7.453.77.53-
YUV41.47148.62174.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.53%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=57.53%
G=0.54%
B=41.94%

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
Decimal10717800.990.270.58316.4298.1521.18
Hex6B14E0631B3A13c6215
Octal15311160143337247414225
Binary1101011110011100110001111011111010100111100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,1,78); }

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

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

 a { background-color: rgb(107,1,78); }

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

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

 span { border-color: rgb(107,1,78); }

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