#6A0354

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

Shades of Tyrian Purple #6A0354

Tints of Tyrian Purple #6A0354

Color information

#6A0354 (or 0x6A0354) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 03 and 54. RGB value is (106,3,84). Sum of RGB (Red+Green+Blue) = 106+3+84=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0354 is #95FCAB. Grayscale: #2A2A2A. Windows color (decimal): -9829548 or 5505898. OLE color: 5505898.

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

Color convert

RGB106384-
CMYK00.970.210.58
HSL312.82º94.5%21.37%-
HSV(B)312.82º97.17%41.57%-
XYZ7.583.778.72-
YUV43.03151.12172.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.92%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=54.92%
G=1.55%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10638400.970.210.58312.8294.521.37
Hex6A354061153A1395e15
Octal15231240141257247113625
Binary11010101110101000110000110101111010100111001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,3,84); }

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

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

 a { background-color: rgb(106,3,84); }

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

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

 span { border-color: rgb(106,3,84); }

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