Html Css Color HEX #730157 Tyrian Purple

📋 copy color: '#730157'

red 115 ◦ green 1 ◦ blue 87

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

Shades of Tyrian Purple #730157

Tints of Tyrian Purple #730157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.86%

R = 56.65%
G = 0.49%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#730157 (or 0x730157) is known color: Tyrian Purple. HEX triplet: 73, 01 and 57. RGB value is (115,1,87). Sum of RGB (Red+Green+Blue) = 115+1+87=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #730157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730157 is #8CFEA8. Grayscale: #2C2C2C. Windows color (decimal): -9240233 or 5702003. OLE color: 5702003.

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

Color convert

RGB 115 1 87 -
CMYK 0 0.99 0.24 0.55
HSL 314.74º 0.98% 0.23% -
HSV(B) 314.74º 0.99% 0.45% -
XYZ 8.8 4.35 9.39 -
YUV 44.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 115 1 87 0 0.99 0.24 0.55 314.74 0.98 0.23
Hex 73 1 57 0 63 18 37 13B 62 17
Octal 163 1 127 0 143 30 67 473 142 27
Binary 1110011 1 1010111 0 1100011 11000 110111 100111011 1100010 10111

Color Harmonies of #730157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730157

Black with #730157

Text Example


Text Example

White with #730157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730157; }

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

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

background-color css

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

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

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

border-color css

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

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

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