Html Css Color HEX #730556 Tyrian Purple

📋 copy color: '#730556'

red 115 ◦ green 5 ◦ blue 86

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

Shades of Tyrian Purple #730556

Tints of Tyrian Purple #730556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 55.83%
G = 2.43%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#730556 (or 0x730556) is known color: Tyrian Purple. HEX triplet: 73, 05 and 56. RGB value is (115,5,86). Sum of RGB (Red+Green+Blue) = 115+5+86=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #730556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730556 is #8CFAA9. Grayscale: #2E2E2E. Windows color (decimal): -9239210 or 5637491. OLE color: 5637491.

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

Color convert

RGB 115 5 86 -
CMYK 0 0.96 0.25 0.55
HSL 315.82º 0.92% 0.24% -
HSV(B) 315.82º 0.96% 0.45% -
XYZ 8.8 4.43 9.19 -
YUV 47.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 115 5 86 0 0.96 0.25 0.55 315.82 0.92 0.24
Hex 73 5 56 0 60 19 37 13C 5C 18
Octal 163 5 126 0 140 31 67 474 134 30
Binary 1110011 101 1010110 0 1100000 11001 110111 100111100 1011100 11000

Color Harmonies of #730556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730556

Black with #730556

Text Example


Text Example

White with #730556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730556; }

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

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

background-color css

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

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

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

border-color css

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

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

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