Html Css Color HEX #720A50 Tyrian Purple

📋 copy color: '#720A50'

red 114 ◦ green 10 ◦ blue 80

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

Shades of Tyrian Purple #720A50

Tints of Tyrian Purple #720A50

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.9%

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

R = 55.88%
G = 4.9%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#720A50 (or 0x720A50) is known color: Tyrian Purple. HEX triplet: 72, 0A and 50. RGB value is (114,10,80). Sum of RGB (Red+Green+Blue) = 114+10+80=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #720A50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A50 is #8DF5AF. Grayscale: #303030. Windows color (decimal): -9303472 or 5245554. OLE color: 5245554.

HSL color Cylindrical-coordinate representation of color #720A50: hue angle of 319.62º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A50 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 80 -
CMYK 0 0.91 0.30 0.55
HSL 319.62º 0.84% 0.24% -
HSV(B) 319.62º 0.91% 0.45% -
XYZ 8.5 4.37 7.99 -
YUV 49.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 114 10 80 0 0.91 0.30 0.55 319.62 0.84 0.24
Hex 72 A 50 0 5B 1E 37 140 54 18
Octal 162 12 120 0 133 36 67 500 124 30
Binary 1110010 1010 1010000 0 1011011 11110 110111 101000000 1010100 11000

Color Harmonies of #720A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A50

Black with #720A50

Text Example


Text Example

White with #720A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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