#730835

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

Shades of Tyrian Purple #730835

Tints of Tyrian Purple #730835

Color information

#730835 (or 0x730835) is unknown color: approx Tyrian Purple. HEX triplet: 73, 08 and 35. RGB value is (115,8,53). Sum of RGB (Red+Green+Blue) = 115+8+53=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #730835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730835 is #8CF7CA. Grayscale: #2D2D2D. Windows color (decimal): -9238475 or 3475571. OLE color: 3475571.

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

Color convert

RGB115853-
CMYK00.930.540.55
HSL334.77º86.99%24.12%-
HSV(B)334.77º93.04%45.1%-
XYZ7.84.083.74-
YUV45.12132.45177.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=65.34%
G=4.55%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11585300.930.540.55334.7786.9924.12
Hex7383505D363714f5718
Octal16310650135666751712730
Binary1110011100011010101011101110110110111101001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730835; }

 p { color: rgb(115,8,53); }

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

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

 a { background-color: rgb(115,8,53); }

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

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

 span { border-color: rgb(115,8,53); }

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