Html Css Color HEX #730159 Tyrian Purple

📋 copy color: '#730159'

red 115 ◦ green 1 ◦ blue 89

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

Shades of Tyrian Purple #730159

Tints of Tyrian Purple #730159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 89 (35.16% from 255) = 43.41%

R = 56.1%
G = 0.49%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#730159 (or 0x730159) is known color: Tyrian Purple. HEX triplet: 73, 01 and 59. RGB value is (115,1,89). Sum of RGB (Red+Green+Blue) = 115+1+89=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730159 is #8CFEA6. Grayscale: #2C2C2C. Windows color (decimal): -9240231 or 5833075. OLE color: 5833075.

HSL color Cylindrical-coordinate representation of color #730159: hue angle of 313.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730159 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 1 89 -
CMYK 0 0.99 0.23 0.55
HSL 313.68º 0.98% 0.23% -
HSV(B) 313.68º 0.99% 0.45% -
XYZ 8.88 4.39 9.83 -
YUV 45.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 115 1 89 0 0.99 0.23 0.55 313.68 0.98 0.23
Hex 73 1 59 0 63 17 37 13A 62 17
Octal 163 1 131 0 143 27 67 472 142 27
Binary 1110011 1 1011001 0 1100011 10111 110111 100111010 1100010 10111

Color Harmonies of #730159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730159

Black with #730159

Text Example


Text Example

White with #730159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730159; }

 p { color: rgb(115,1,89); }

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

background-color css

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

 a { background-color: rgb(115,1,89); }

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

border-color css

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

 span { border-color: rgb(115,1,89); }

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