Html Css Color HEX #730756 Tyrian Purple

📋 copy color: '#730756'

red 115 ◦ green 7 ◦ blue 86

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

Shades of Tyrian Purple #730756

Tints of Tyrian Purple #730756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

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

R = 55.29%
G = 3.37%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#730756 (or 0x730756) is known color: Tyrian Purple. HEX triplet: 73, 07 and 56. RGB value is (115,7,86). Sum of RGB (Red+Green+Blue) = 115+7+86=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #730756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730756 is #8CF8A9. Grayscale: #303030. Windows color (decimal): -9238698 or 5638003. OLE color: 5638003.

HSL color Cylindrical-coordinate representation of color #730756: hue angle of 316.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730756 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 86 -
CMYK 0 0.94 0.25 0.55
HSL 316.11º 0.89% 0.24% -
HSV(B) 316.11º 0.94% 0.45% -
XYZ 8.83 4.47 9.2 -
YUV 48.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 115 7 86 0 0.94 0.25 0.55 316.11 0.89 0.24
Hex 73 7 56 0 5E 19 37 13C 59 18
Octal 163 7 126 0 136 31 67 474 131 30
Binary 1110011 111 1010110 0 1011110 11001 110111 100111100 1011001 11000

Color Harmonies of #730756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730756

Black with #730756

Text Example


Text Example

White with #730756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730756; }

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

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

background-color css

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

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

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

border-color css

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

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

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