#730234

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

Shades of Tyrian Purple #730234

Tints of Tyrian Purple #730234

Color information

#730234 (or 0x730234) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 34. RGB value is (115,2,52). Sum of RGB (Red+Green+Blue) = 115+2+52=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #730234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730234 is #8CFDCB. Grayscale: #292929. Windows color (decimal): -9240012 or 3408499. OLE color: 3408499.

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

Color convert

RGB115252-
CMYK00.980.550.55
HSL333.45º96.58%22.94%-
HSV(B)333.45º98.26%45.1%-
XYZ7.713.943.6-
YUV41.49133.94180.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.05%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=68.05%
G=1.18%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11525200.980.550.55333.4596.5822.94
Hex73234062373714d6117
Octal1632640142676751514127
Binary11100111011010001100010110111110111101001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730234; }

 p { color: rgb(115,2,52); }

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

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

 a { background-color: rgb(115,2,52); }

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

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

 span { border-color: rgb(115,2,52); }

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