Html Css Color HEX #730158 Tyrian Purple

📋 copy color: '#730158'

red 115 ◦ green 1 ◦ blue 88

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

Shades of Tyrian Purple #730158

Tints of Tyrian Purple #730158

RGB

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

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

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

R = 56.37%
G = 0.49%
B = 43.14%

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

#730158 (or 0x730158) is known color: Tyrian Purple. HEX triplet: 73, 01 and 58. RGB value is (115,1,88). Sum of RGB (Red+Green+Blue) = 115+1+88=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #730158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730158 is #8CFEA7. Grayscale: #2C2C2C. Windows color (decimal): -9240232 or 5767539. OLE color: 5767539.

HSL color Cylindrical-coordinate representation of color #730158: hue angle of 314.21º 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 #730158 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 1 88 -
CMYK 0 0.99 0.23 0.55
HSL 314.21º 0.98% 0.23% -
HSV(B) 314.21º 0.99% 0.45% -
XYZ 8.84 4.37 9.61 -
YUV 45 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 115 1 88 0 0.99 0.23 0.55 314.21 0.98 0.23
Hex 73 1 58 0 63 17 37 13A 62 17
Octal 163 1 130 0 143 27 67 472 142 27
Binary 1110011 1 1011000 0 1100011 10111 110111 100111010 1100010 10111

Color Harmonies of #730158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730158

Black with #730158

Text Example


Text Example

White with #730158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730158; }

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

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

background-color css

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

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

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

border-color css

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

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

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