Html Css Color HEX #730C56 Tyrian Purple

📋 copy color: '#730C56'

red 115 ◦ green 12 ◦ blue 86

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

Shades of Tyrian Purple #730C56

Tints of Tyrian Purple #730C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.63%

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

R = 53.99%
G = 5.63%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#730C56 (or 0x730C56) is known color: Tyrian Purple. HEX triplet: 73, 0C and 56. RGB value is (115,12,86). Sum of RGB (Red+Green+Blue) = 115+12+86=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #730C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C56 is #8CF3A9. Grayscale: #333333. Windows color (decimal): -9237418 or 5639283. OLE color: 5639283.

HSL color Cylindrical-coordinate representation of color #730C56: hue angle of 316.89º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C56 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 12 86 -
CMYK 0 0.90 0.25 0.55
HSL 316.89º 0.81% 0.25% -
HSV(B) 316.89º 0.9% 0.45% -
XYZ 8.88 4.58 9.22 -
YUV 51.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 115 12 86 0 0.90 0.25 0.55 316.89 0.81 0.25
Hex 73 C 56 0 5A 19 37 13D 51 19
Octal 163 14 126 0 132 31 67 475 121 31
Binary 1110011 1100 1010110 0 1011010 11001 110111 100111101 1010001 11001

Color Harmonies of #730C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C56

Black with #730C56

Text Example


Text Example

White with #730C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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