#730538

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

Shades of Tyrian Purple #730538

Tints of Tyrian Purple #730538

Color information

#730538 (or 0x730538) is unknown color: approx Tyrian Purple. HEX triplet: 73, 05 and 38. RGB value is (115,5,56). Sum of RGB (Red+Green+Blue) = 115+5+56=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #730538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730538 is #8CFAC7. Grayscale: #2B2B2B. Windows color (decimal): -9239240 or 3671411. OLE color: 3671411.

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

Color convert

RGB115556-
CMYK00.960.510.55
HSL332.18º91.67%23.53%-
HSV(B)332.18º95.65%45.1%-
XYZ7.844.044.11-
YUV43.7134.94178.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=65.34%
G=2.84%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11555600.960.510.55332.1891.6723.53
Hex73538060333714c5c18
Octal1635700140636751413430
Binary111001110111100001100000110011110111101001100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730538; }

 p { color: rgb(115,5,56); }

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

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

 a { background-color: rgb(115,5,56); }

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

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

 span { border-color: rgb(115,5,56); }

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