Html Css Color HEX #730A4F Tyrian Purple

📋 copy color: '#730A4F'

red 115 ◦ green 10 ◦ blue 79

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

Shades of Tyrian Purple #730A4F

Tints of Tyrian Purple #730A4F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.9%

 BLUE value IS 79 (31.25% from 255) = 38.73%

R = 56.37%
G = 4.9%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#730A4F (or 0x730A4F) is known color: Tyrian Purple. HEX triplet: 73, 0A and 4F. RGB value is (115,10,79). Sum of RGB (Red+Green+Blue) = 115+10+79=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #730A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A4F is #8CF5B0. Grayscale: #313131. Windows color (decimal): -9237937 or 5180019. OLE color: 5180019.

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

Color convert

RGB 115 10 79 -
CMYK 0 0.91 0.31 0.55
HSL 320.57º 0.84% 0.25% -
HSV(B) 320.57º 0.91% 0.45% -
XYZ 8.59 4.43 7.8 -
YUV 49.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 115 10 79 0 0.91 0.31 0.55 320.57 0.84 0.25
Hex 73 A 4F 0 5B 1F 37 141 54 19
Octal 163 12 117 0 133 37 67 501 124 31
Binary 1110011 1010 1001111 0 1011011 11111 110111 101000001 1010100 11001

Color Harmonies of #730A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A4F

Black with #730A4F

Text Example


Text Example

White with #730A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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