Html Css Color HEX #720958 Tyrian Purple

📋 copy color: '#720958'

red 114 ◦ green 9 ◦ blue 88

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

Shades of Tyrian Purple #720958

Tints of Tyrian Purple #720958

RGB

 RED value IS 114 (44.92% from 255) = 54.03%

 GREEN value IS 9 (3.91% from 255) = 4.27%

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 54.03%
G = 4.27%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#720958 (or 0x720958) is known color: Tyrian Purple. HEX triplet: 72, 09 and 58. RGB value is (114,9,88). Sum of RGB (Red+Green+Blue) = 114+9+88=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #720958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720958 is #8DF6A7. Grayscale: #313131. Windows color (decimal): -9303720 or 5769586. OLE color: 5769586.

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

Color convert

RGB 114 9 88 -
CMYK 0 0.92 0.23 0.55
HSL 314.86º 0.85% 0.24% -
HSV(B) 314.86º 0.92% 0.45% -
XYZ 8.8 4.48 9.63 -
YUV 49.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 114 9 88 0 0.92 0.23 0.55 314.86 0.85 0.24
Hex 72 9 58 0 5C 17 37 13B 55 18
Octal 162 11 130 0 134 27 67 473 125 30
Binary 1110010 1001 1011000 0 1011100 10111 110111 100111011 1010101 11000

Color Harmonies of #720958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720958

Black with #720958

Text Example


Text Example

White with #720958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720958; }

 p { color: rgb(114,9,88); }

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

background-color css

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

 a { background-color: rgb(114,9,88); }

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

border-color css

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

 span { border-color: rgb(114,9,88); }

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