#6A0842

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

Shades of Tyrian Purple #6A0842

Tints of Tyrian Purple #6A0842

Color information

#6A0842 (or 0x6A0842) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 08 and 42. RGB value is (106,8,66). Sum of RGB (Red+Green+Blue) = 106+8+66=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0842 is #95F7BD. Grayscale: #2B2B2B. Windows color (decimal): -9828286 or 4327530. OLE color: 4327530.

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

Color convert

RGB106866-
CMYK00.920.380.58
HSL324.49º85.96%22.35%-
HSV(B)324.49º92.45%41.57%-
XYZ7.013.635.49-
YUV43.91140.47172.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.89%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=58.89%
G=4.44%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10686600.920.380.58324.4985.9622.35
Hex6A84205C263A1445616
Octal152101020134467250412626
Binary11010101000100001001011100100110111010101000100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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