#6A084E

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

Shades of Tyrian Purple #6A084E

Tints of Tyrian Purple #6A084E

Color information

#6A084E (or 0x6A084E) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 08 and 4E. RGB value is (106,8,78). Sum of RGB (Red+Green+Blue) = 106+8+78=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A084E is #95F7B1. Grayscale: #2D2D2D. Windows color (decimal): -9828274 or 5113962. OLE color: 5113962.

HSL color Cylindrical-coordinate representation of color #6A084E: hue angle of 317.14º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A084E is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB106878-
CMYK00.920.260.58
HSL317.14º85.96%22.35%-
HSV(B)317.14º92.45%41.57%-
XYZ7.413.797.55-
YUV45.28146.47171.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.21%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=55.21%
G=4.17%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10687800.920.260.58317.1485.9622.35
Hex6A84E05C1A3A13d5616
Octal152101160134327247512626
Binary1101010100010011100101110011010111010100111101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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