Html Css Color HEX #730458 Tyrian Purple

📋 copy color: '#730458'

red 115 ◦ green 4 ◦ blue 88

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

Shades of Tyrian Purple #730458

Tints of Tyrian Purple #730458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 55.56%
G = 1.93%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#730458 (or 0x730458) is known color: Tyrian Purple. HEX triplet: 73, 04 and 58. RGB value is (115,4,88). Sum of RGB (Red+Green+Blue) = 115+4+88=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #730458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730458 is #8CFBA7. Grayscale: #2E2E2E. Windows color (decimal): -9239464 or 5768307. OLE color: 5768307.

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

Color convert

RGB 115 4 88 -
CMYK 0 0.97 0.23 0.55
HSL 314.59º 0.93% 0.23% -
HSV(B) 314.59º 0.97% 0.45% -
XYZ 8.88 4.44 9.62 -
YUV 46.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 115 4 88 0 0.97 0.23 0.55 314.59 0.93 0.23
Hex 73 4 58 0 61 17 37 13B 5D 17
Octal 163 4 130 0 141 27 67 473 135 27
Binary 1110011 100 1011000 0 1100001 10111 110111 100111011 1011101 10111

Color Harmonies of #730458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730458

Black with #730458

Text Example


Text Example

White with #730458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730458; }

 p { color: rgb(115,4,88); }

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

background-color css

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

 a { background-color: rgb(115,4,88); }

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

border-color css

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

 span { border-color: rgb(115,4,88); }

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