Html Css Color HEX #730D4E Tyrian Purple

📋 copy color: '#730D4E'

red 115 ◦ green 13 ◦ blue 78

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

Shades of Tyrian Purple #730D4E

Tints of Tyrian Purple #730D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.86%

R = 55.83%
G = 6.31%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#730D4E (or 0x730D4E) is known color: Tyrian Purple. HEX triplet: 73, 0D and 4E. RGB value is (115,13,78). Sum of RGB (Red+Green+Blue) = 115+13+78=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #730D4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D4E is #8CF2B1. Grayscale: #323232. Windows color (decimal): -9237170 or 5115251. OLE color: 5115251.

HSL color Cylindrical-coordinate representation of color #730D4E: hue angle of 321.76º 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 #730D4E is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 13 78 -
CMYK 0 0.89 0.32 0.55
HSL 321.76º 0.8% 0.25% -
HSV(B) 321.76º 0.89% 0.45% -
XYZ 8.59 4.48 7.62 -
YUV 50.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 115 13 78 0 0.89 0.32 0.55 321.76 0.8 0.25
Hex 73 D 4E 0 59 20 37 142 50 19
Octal 163 15 116 0 131 40 67 502 120 31
Binary 1110011 1101 1001110 0 1011001 100000 110111 101000010 1010000 11001

Color Harmonies of #730D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D4E

Black with #730D4E

Text Example


Text Example

White with #730D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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