#6A024A

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

Shades of Tyrian Purple #6A024A

Tints of Tyrian Purple #6A024A

Color information

#6A024A (or 0x6A024A) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 02 and 4A. RGB value is (106,2,74). Sum of RGB (Red+Green+Blue) = 106+2+74=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A024A is #95FDB5. Grayscale: #292929. Windows color (decimal): -9829814 or 4850282. OLE color: 4850282.

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

Color convert

RGB106274-
CMYK00.980.300.58
HSL318.46º96.3%21.18%-
HSV(B)318.46º98.11%41.57%-
XYZ7.23.66.79-
YUV41.3146.46174.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.24%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=58.24%
G=1.10%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10627400.980.300.58318.4696.321.18
Hex6A24A0621E3A13e6015
Octal15221120142367247614025
Binary11010101010010100110001011110111010100111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,2,74); }

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

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

 a { background-color: rgb(106,2,74); }

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

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

 span { border-color: rgb(106,2,74); }

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