#6A014E

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

Shades of Tyrian Purple #6A014E

Tints of Tyrian Purple #6A014E

Color information

#6A014E (or 0x6A014E) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 01 and 4E. RGB value is (106,1,78). Sum of RGB (Red+Green+Blue) = 106+1+78=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A014E is #95FEB1. Grayscale: #282828. Windows color (decimal): -9830066 or 5112170. OLE color: 5112170.

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

Color convert

RGB106178-
CMYK00.990.260.58
HSL316º98.13%20.98%-
HSV(B)316º99.06%41.57%-
XYZ7.333.647.52-
YUV41.17148.79174.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.30%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=57.30%
G=0.54%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10617800.990.260.5831698.1320.98
Hex6A14E0631A3A13c6215
Octal15211160143327247414225
Binary1101010110011100110001111010111010100111100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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