#6A0A51

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

Shades of Tyrian Purple #6A0A51

Tints of Tyrian Purple #6A0A51

Color information

#6A0A51 (or 0x6A0A51) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 0A and 51. RGB value is (106,10,81). Sum of RGB (Red+Green+Blue) = 106+10+81=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0A51 is #95F5AE. Grayscale: #2E2E2E. Windows color (decimal): -9827759 or 5311082. OLE color: 5311082.

HSL color Cylindrical-coordinate representation of color #6A0A51: hue angle of 315.62º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0A51 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1061081-
CMYK00.910.240.58
HSL315.62º82.76%22.75%-
HSV(B)315.62º90.57%41.57%-
XYZ7.543.888.14-
YUV46.8147.3170.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.81%
GREEN value IS 10 (4.30% from 255) = 5.08%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=53.81%
G=5.08%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106108100.910.240.58315.6282.7622.75
Hex6AA5105B183A13c5317
Octal152121210133307247412327
Binary1101010101010100010101101111000111010100111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,10,81); }

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

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

 a { background-color: rgb(106,10,81); }

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

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

 span { border-color: rgb(106,10,81); }

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