#6A014C

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

Shades of Tyrian Purple #6A014C

Tints of Tyrian Purple #6A014C

Color information

#6A014C (or 0x6A014C) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 01 and 4C. RGB value is (106,1,76). Sum of RGB (Red+Green+Blue) = 106+1+76=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A014C is #95FEB3. Grayscale: #282828. Windows color (decimal): -9830068 or 4981098. OLE color: 4981098.

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

Color convert

RGB106176-
CMYK00.990.280.58
HSL317.14º98.13%20.98%-
HSV(B)317.14º99.06%41.57%-
XYZ7.263.617.15-
YUV40.94147.79174.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=57.92%
G=0.55%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10617600.990.280.58317.1498.1320.98
Hex6A14C0631C3A13d6215
Octal15211140143347247514225
Binary1101010110011000110001111100111010100111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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