#6A0741

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

Shades of Tyrian Purple #6A0741

Tints of Tyrian Purple #6A0741

Color information

#6A0741 (or 0x6A0741) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 07 and 41. RGB value is (106,7,65). Sum of RGB (Red+Green+Blue) = 106+7+65=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0741 is #95F8BE. Grayscale: #2B2B2B. Windows color (decimal): -9828543 or 4261738. OLE color: 4261738.

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

Color convert

RGB106765-
CMYK00.930.390.58
HSL324.85º87.61%22.16%-
HSV(B)324.85º93.4%41.57%-
XYZ6.973.65.33-
YUV43.21140.3172.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.55%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=59.55%
G=3.93%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10676500.930.390.58324.8587.6122.16
Hex6A74105D273A1455816
Octal15271010135477250513026
Binary1101010111100000101011101100111111010101000101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,7,65); }

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

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

 a { background-color: rgb(106,7,65); }

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

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

 span { border-color: rgb(106,7,65); }

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