#6A0845

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

Shades of Tyrian Purple #6A0845

Tints of Tyrian Purple #6A0845

Color information

#6A0845 (or 0x6A0845) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 08 and 45. RGB value is (106,8,69). Sum of RGB (Red+Green+Blue) = 106+8+69=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0845 is #95F7BA. Grayscale: #2C2C2C. Windows color (decimal): -9828283 or 4524138. OLE color: 4524138.

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

Color convert

RGB106869-
CMYK00.920.350.58
HSL322.65º85.96%22.35%-
HSV(B)322.65º92.45%41.57%-
XYZ7.13.675.96-
YUV44.26141.97172.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=57.92%
G=4.37%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10686900.920.350.58322.6585.9622.35
Hex6A84505C233A1435616
Octal152101050134437250312626
Binary11010101000100010101011100100011111010101000011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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