#730438

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

Shades of Tyrian Purple #730438

Tints of Tyrian Purple #730438

Color information

#730438 (or 0x730438) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 38. RGB value is (115,4,56). Sum of RGB (Red+Green+Blue) = 115+4+56=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #730438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730438 is #8CFBC7. Grayscale: #2B2B2B. Windows color (decimal): -9239496 or 3671155. OLE color: 3671155.

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

Color convert

RGB115456-
CMYK00.970.510.55
HSL331.89º93.28%23.33%-
HSV(B)331.89º96.52%45.1%-
XYZ7.834.024.1-
YUV43.12135.27179.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.71%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 56 (22.27% from 255) = 32%
R=65.71%
G=2.29%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11545600.970.510.55331.8993.2823.33
Hex73438061333714c5d17
Octal1634700141636751413527
Binary111001110011100001100001110011110111101001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730438; }

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

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

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

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

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

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

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

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