#6A0345

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

Shades of Tyrian Purple #6A0345

Tints of Tyrian Purple #6A0345

Color information

#6A0345 (or 0x6A0345) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 03 and 45. RGB value is (106,3,69). Sum of RGB (Red+Green+Blue) = 106+3+69=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0345 is #95FCBA. Grayscale: #292929. Windows color (decimal): -9829563 or 4522858. OLE color: 4522858.

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

Color convert

RGB106369-
CMYK00.970.350.58
HSL321.55º94.5%21.37%-
HSV(B)321.55º97.17%41.57%-
XYZ7.053.565.95-
YUV41.32143.62174.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.55%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=59.55%
G=1.69%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10636900.970.350.58321.5594.521.37
Hex6A345061233A1425e15
Octal15231050141437250213625
Binary110101011100010101100001100011111010101000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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