#730056

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

Shades of Tyrian Purple #730056

Tints of Tyrian Purple #730056

Color information

#730056 (or 0x730056) is unknown color: approx Tyrian Purple. HEX triplet: 73, 00 and 56. RGB value is (115,0,86). Sum of RGB (Red+Green+Blue) = 115+0+86=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #730056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730056 is #8CFFA9. Grayscale: #2B2B2B. Windows color (decimal): -9240490 or 5636211. OLE color: 5636211.

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

Color convert

RGB115086-
CMYK010.250.55
HSL315.13º100%22.55%-
HSV(B)315.13º100%45.1%-
XYZ8.754.329.18-
YUV44.19151.6178.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=57.21%
G=0%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115086010.250.55315.1310022.55
Hex73056064193713b6417
Octal16301260144316747314427
Binary1110011010101100110010011001110111100111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730056; }

 p { color: rgb(115,0,86); }

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

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

 a { background-color: rgb(115,0,86); }

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

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

 span { border-color: rgb(115,0,86); }

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