Html Css Color HEX #720758 Tyrian Purple

📋 copy color: '#720758'

red 114 ◦ green 7 ◦ blue 88

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

Shades of Tyrian Purple #720758

Tints of Tyrian Purple #720758

RGB

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

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

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

R = 54.55%
G = 3.35%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#720758 (or 0x720758) is known color: Tyrian Purple. HEX triplet: 72, 07 and 58. RGB value is (114,7,88). Sum of RGB (Red+Green+Blue) = 114+7+88=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #720758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720758 is #8DF8A7. Grayscale: #303030. Windows color (decimal): -9304232 or 5769074. OLE color: 5769074.

HSL color Cylindrical-coordinate representation of color #720758: hue angle of 314.58º degrees, saturation: 0.88, 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 #720758 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 88 -
CMYK 0 0.94 0.23 0.55
HSL 314.58º 0.88% 0.24% -
HSV(B) 314.58º 0.94% 0.45% -
XYZ 8.78 4.43 9.63 -
YUV 48.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 114 7 88 0 0.94 0.23 0.55 314.58 0.88 0.24
Hex 72 7 58 0 5E 17 37 13B 58 18
Octal 162 7 130 0 136 27 67 473 130 30
Binary 1110010 111 1011000 0 1011110 10111 110111 100111011 1011000 11000

Color Harmonies of #720758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720758

Black with #720758

Text Example


Text Example

White with #720758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720758; }

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

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

background-color css

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

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

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

border-color css

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

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

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