#730641

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

Shades of Tyrian Purple #730641

Tints of Tyrian Purple #730641

Color information

#730641 (or 0x730641) is unknown color: approx Tyrian Purple. HEX triplet: 73, 06 and 41. RGB value is (115,6,65). Sum of RGB (Red+Green+Blue) = 115+6+65=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #730641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730641 is #8CF9BE. Grayscale: #2D2D2D. Windows color (decimal): -9238975 or 4261491. OLE color: 4261491.

HSL color Cylindrical-coordinate representation of color #730641: hue angle of 327.52º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730641 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB115665-
CMYK00.950.430.55
HSL327.52º90.08%23.73%-
HSV(B)327.52º94.78%45.1%-
XYZ8.094.165.38-
YUV45.32139.11177.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=61.83%
G=3.23%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11566500.950.430.55327.5290.0823.73
Hex7364105F2B371485a18
Octal16361010137536751013230
Binary1110011110100000101011111101011110111101001000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730641; }

 p { color: rgb(115,6,65); }

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

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

 a { background-color: rgb(115,6,65); }

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

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

 span { border-color: rgb(115,6,65); }

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