Html Css Color HEX #720A53 Tyrian Purple

📋 copy color: '#720A53'

red 114 ◦ green 10 ◦ blue 83

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

Shades of Tyrian Purple #720A53

Tints of Tyrian Purple #720A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.1%

R = 55.07%
G = 4.83%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#720A53 (or 0x720A53) is known color: Tyrian Purple. HEX triplet: 72, 0A and 53. RGB value is (114,10,83). Sum of RGB (Red+Green+Blue) = 114+10+83=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #720A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A53 is #8DF5AC. Grayscale: #313131. Windows color (decimal): -9303469 or 5442162. OLE color: 5442162.

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

Color convert

RGB 114 10 83 -
CMYK 0 0.91 0.27 0.55
HSL 317.88º 0.84% 0.24% -
HSV(B) 317.88º 0.91% 0.45% -
XYZ 8.61 4.42 8.58 -
YUV 49.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 114 10 83 0 0.91 0.27 0.55 317.88 0.84 0.24
Hex 72 A 53 0 5B 1B 37 13E 54 18
Octal 162 12 123 0 133 33 67 476 124 30
Binary 1110010 1010 1010011 0 1011011 11011 110111 100111110 1010100 11000

Color Harmonies of #720A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A53

Black with #720A53

Text Example


Text Example

White with #720A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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