#730430

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

Shades of Tyrian Purple #730430

Tints of Tyrian Purple #730430

Color information

#730430 (or 0x730430) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 30. RGB value is (115,4,48). Sum of RGB (Red+Green+Blue) = 115+4+48=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #730430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730430 is #8CFBCF. Grayscale: #2A2A2A. Windows color (decimal): -9239504 or 3146867. OLE color: 3146867.

HSL color Cylindrical-coordinate representation of color #730430: hue angle of 336.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730430 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB115448-
CMYK00.970.580.55
HSL336.22º93.28%23.33%-
HSV(B)336.22º96.52%45.1%-
XYZ7.653.953.15-
YUV42.2131.27179.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=68.86%
G=2.40%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11544800.970.580.55336.2293.2823.33
Hex734300613A371505d17
Octal1634600141726752013527
Binary111001110011000001100001111010110111101010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730430; }

 p { color: rgb(115,4,48); }

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

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

 a { background-color: rgb(115,4,48); }

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

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

 span { border-color: rgb(115,4,48); }

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