#730038

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

Shades of Tyrian Purple #730038

Tints of Tyrian Purple #730038

Color information

#730038 (or 0x730038) is unknown color: approx Tyrian Purple. HEX triplet: 73, 00 and 38. RGB value is (115,0,56). Sum of RGB (Red+Green+Blue) = 115+0+56=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #730038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730038 is #8CFFC7. Grayscale: #282828. Windows color (decimal): -9240520 or 3670131. OLE color: 3670131.

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

Color convert

RGB115056-
CMYK010.510.55
HSL330.78º100%22.55%-
HSV(B)330.78º100%45.1%-
XYZ7.783.934.09-
YUV40.77136.6180.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=67.25%
G=0%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115056010.510.55330.7810022.55
Hex73038064333714b6417
Octal1630700144636751314427
Binary1110011011100001100100110011110111101001011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730038; }

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

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

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

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

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

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

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

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