Html Css Color HEX #720D53 Tyrian Purple

📋 copy color: '#720D53'

red 114 ◦ green 13 ◦ blue 83

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

Shades of Tyrian Purple #720D53

Tints of Tyrian Purple #720D53

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.19%

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

R = 54.29%
G = 6.19%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#720D53 (or 0x720D53) is known color: Tyrian Purple. HEX triplet: 72, 0D and 53. RGB value is (114,13,83). Sum of RGB (Red+Green+Blue) = 114+13+83=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #720D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D53 is #8DF2AC. Grayscale: #333333. Windows color (decimal): -9302701 or 5442930. OLE color: 5442930.

HSL color Cylindrical-coordinate representation of color #720D53: hue angle of 318.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D53 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 13 83 -
CMYK 0 0.89 0.27 0.55
HSL 318.42º 0.8% 0.25% -
HSV(B) 318.42º 0.89% 0.45% -
XYZ 8.64 4.49 8.59 -
YUV 51.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 114 13 83 0 0.89 0.27 0.55 318.42 0.8 0.25
Hex 72 D 53 0 59 1B 37 13E 50 19
Octal 162 15 123 0 131 33 67 476 120 31
Binary 1110010 1101 1010011 0 1011001 11011 110111 100111110 1010000 11001

Color Harmonies of #720D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720D53

Black with #720D53

Text Example


Text Example

White with #720D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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