Html Css Color HEX #730456 Tyrian Purple

📋 copy color: '#730456'

red 115 ◦ green 4 ◦ blue 86

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

Shades of Tyrian Purple #730456

Tints of Tyrian Purple #730456

RGB

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

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

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

R = 56.1%
G = 1.95%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#730456 (or 0x730456) is known color: Tyrian Purple. HEX triplet: 73, 04 and 56. RGB value is (115,4,86). Sum of RGB (Red+Green+Blue) = 115+4+86=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730456 is #8CFBA9. Grayscale: #2E2E2E. Windows color (decimal): -9239466 or 5637235. OLE color: 5637235.

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

Color convert

RGB 115 4 86 -
CMYK 0 0.97 0.25 0.55
HSL 315.68º 0.93% 0.23% -
HSV(B) 315.68º 0.97% 0.45% -
XYZ 8.79 4.4 9.19 -
YUV 46.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 115 4 86 0 0.97 0.25 0.55 315.68 0.93 0.23
Hex 73 4 56 0 61 19 37 13C 5D 17
Octal 163 4 126 0 141 31 67 474 135 27
Binary 1110011 100 1010110 0 1100001 11001 110111 100111100 1011101 10111

Color Harmonies of #730456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730456

Black with #730456

Text Example


Text Example

White with #730456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730456; }

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

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

background-color css

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

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

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

border-color css

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

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

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