Html Css Color HEX #720950 Tyrian Purple

📋 copy color: '#720950'

red 114 ◦ green 9 ◦ blue 80

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

Shades of Tyrian Purple #720950

Tints of Tyrian Purple #720950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 56.16%
G = 4.43%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#720950 (or 0x720950) is known color: Tyrian Purple. HEX triplet: 72, 09 and 50. RGB value is (114,9,80). Sum of RGB (Red+Green+Blue) = 114+9+80=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720950 is #8DF6AF. Grayscale: #303030. Windows color (decimal): -9303728 or 5245298. OLE color: 5245298.

HSL color Cylindrical-coordinate representation of color #720950: hue angle of 319.43º 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 #720950 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 9 80 -
CMYK 0 0.92 0.30 0.55
HSL 319.43º 0.85% 0.24% -
HSV(B) 319.43º 0.92% 0.45% -
XYZ 8.49 4.35 7.98 -
YUV 48.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 114 9 80 0 0.92 0.30 0.55 319.43 0.85 0.24
Hex 72 9 50 0 5C 1E 37 13F 55 18
Octal 162 11 120 0 134 36 67 477 125 30
Binary 1110010 1001 1010000 0 1011100 11110 110111 100111111 1010101 11000

Color Harmonies of #720950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720950

Black with #720950

Text Example


Text Example

White with #720950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720950; }

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

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

background-color css

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

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

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

border-color css

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

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

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