Html Css Color HEX #730156 Tyrian Purple

📋 copy color: '#730156'

red 115 ◦ green 1 ◦ blue 86

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

Shades of Tyrian Purple #730156

Tints of Tyrian Purple #730156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 56.93%
G = 0.5%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#730156 (or 0x730156) is known color: Tyrian Purple. HEX triplet: 73, 01 and 56. RGB value is (115,1,86). Sum of RGB (Red+Green+Blue) = 115+1+86=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #730156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730156 is #8CFEA9. Grayscale: #2C2C2C. Windows color (decimal): -9240234 or 5636467. OLE color: 5636467.

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

Color convert

RGB 115 1 86 -
CMYK 0 0.99 0.25 0.55
HSL 315.26º 0.98% 0.23% -
HSV(B) 315.26º 0.99% 0.45% -
XYZ 8.76 4.34 9.18 -
YUV 44.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 115 1 86 0 0.99 0.25 0.55 315.26 0.98 0.23
Hex 73 1 56 0 63 19 37 13B 62 17
Octal 163 1 126 0 143 31 67 473 142 27
Binary 1110011 1 1010110 0 1100011 11001 110111 100111011 1100010 10111

Color Harmonies of #730156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730156

Black with #730156

Text Example


Text Example

White with #730156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730156; }

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

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

background-color css

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

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

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

border-color css

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

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

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