#730A3E

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

Shades of Tyrian Purple #730A3E

Tints of Tyrian Purple #730A3E

Color information

#730A3E (or 0x730A3E) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0A and 3E. RGB value is (115,10,62). Sum of RGB (Red+Green+Blue) = 115+10+62=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A3E is #8CF5C1. Grayscale: #2F2F2F. Windows color (decimal): -9237954 or 4065907. OLE color: 4065907.

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

Color convert

RGB1151062-
CMYK00.910.460.55
HSL330.29º84%24.51%-
HSV(B)330.29º91.3%45.1%-
XYZ8.054.214.95-
YUV47.32136.29176.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.50%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=61.50%
G=5.35%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115106200.910.460.55330.298424.51
Hex73A3E05B2E3714a5419
Octal16312760133566751212431
Binary1110011101011111001011011101110110111101001010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730A3E; }

 p { color: rgb(115,10,62); }

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

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

 a { background-color: rgb(115,10,62); }

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

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

 span { border-color: rgb(115,10,62); }

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