Html Css Color HEX #730D45 Tyrian Purple

📋 copy color: '#730D45'

red 115 ◦ green 13 ◦ blue 69

#730D45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #730D45

Tints of Tyrian Purple #730D45

RGB

 RED value IS 115 (45.31% from 255) = 58.38%

 GREEN value IS 13 (5.47% from 255) = 6.6%

 BLUE value IS 69 (27.34% from 255) = 35.03%

R = 58.38%
G = 6.6%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#730D45 (or 0x730D45) is known color: Tyrian Purple. HEX triplet: 73, 0D and 45. RGB value is (115,13,69). Sum of RGB (Red+Green+Blue) = 115+13+69=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #730D45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D45 is #8CF2BA. Grayscale: #313131. Windows color (decimal): -9237179 or 4525427. OLE color: 4525427.

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

Color convert

RGB 115 13 69 -
CMYK 0 0.89 0.4 0.55
HSL 327.06º 0.8% 0.25% -
HSV(B) 327.06º 0.89% 0.45% -
XYZ 8.29 4.36 6.04 -
YUV 49.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 115 13 69 0 0.89 0.4 0.55 327.06 0.8 0.25
Hex 73 D 45 0 59 28 37 147 50 19
Octal 163 15 105 0 131 50 67 507 120 31
Binary 1110011 1101 1000101 0 1011001 101000 110111 101000111 1010000 11001

Color Harmonies of #730D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D45

Black with #730D45

Text Example


Text Example

White with #730D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,13,69); }

 H1.HeaderClassName
 {
   color: #730D45;
 }
 .AnyTagClassName
 {
   color: #730D45;
 }
</style>

background-color css

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

 a { background-color: rgb(115,13,69); }

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

border-color css

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

 span { border-color: rgb(115,13,69); }

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