Html Css Color HEX #720A56 Tyrian Purple

📋 copy color: '#720A56'

red 114 ◦ green 10 ◦ blue 86

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

Shades of Tyrian Purple #720A56

Tints of Tyrian Purple #720A56

RGB

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

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

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

R = 54.29%
G = 4.76%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#720A56 (or 0x720A56) is known color: Tyrian Purple. HEX triplet: 72, 0A and 56. RGB value is (114,10,86). Sum of RGB (Red+Green+Blue) = 114+10+86=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #720A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A56 is #8DF5A9. Grayscale: #313131. Windows color (decimal): -9303466 or 5638770. OLE color: 5638770.

HSL color Cylindrical-coordinate representation of color #720A56: hue angle of 316.15º 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 #720A56 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 86 -
CMYK 0 0.91 0.25 0.55
HSL 316.15º 0.84% 0.24% -
HSV(B) 316.15º 0.91% 0.45% -
XYZ 8.73 4.47 9.21 -
YUV 49.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 114 10 86 0 0.91 0.25 0.55 316.15 0.84 0.24
Hex 72 A 56 0 5B 19 37 13C 54 18
Octal 162 12 126 0 133 31 67 474 124 30
Binary 1110010 1010 1010110 0 1011011 11001 110111 100111100 1010100 11000

Color Harmonies of #720A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A56

Black with #720A56

Text Example


Text Example

White with #720A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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