#730640

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

Shades of Tyrian Purple #730640

Tints of Tyrian Purple #730640

Color information

#730640 (or 0x730640) is unknown color: approx Tyrian Purple. HEX triplet: 73, 06 and 40. RGB value is (115,6,64). Sum of RGB (Red+Green+Blue) = 115+6+64=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #730640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730640 is #8CF9BF. Grayscale: #2D2D2D. Windows color (decimal): -9238976 or 4195955. OLE color: 4195955.

HSL color Cylindrical-coordinate representation of color #730640: hue angle of 328.07º 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 #730640 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB115664-
CMYK00.950.440.55
HSL328.07º90.08%23.73%-
HSV(B)328.07º94.78%45.1%-
XYZ8.064.155.23-
YUV45.2138.61177.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=62.16%
G=3.24%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11566400.950.440.55328.0790.0823.73
Hex7364005F2C371485a18
Octal16361000137546751013230
Binary1110011110100000001011111101100110111101001000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730640; }

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

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

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

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

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

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

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

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