Html Css Color HEX #720B4A Tyrian Purple

📋 copy color: '#720B4A'

red 114 ◦ green 11 ◦ blue 74

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

Shades of Tyrian Purple #720B4A

Tints of Tyrian Purple #720B4A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.53%

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 57.29%
G = 5.53%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#720B4A (or 0x720B4A) is known color: Tyrian Purple. HEX triplet: 72, 0B and 4A. RGB value is (114,11,74). Sum of RGB (Red+Green+Blue) = 114+11+74=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #720B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B4A is #8DF4B5. Grayscale: #303030. Windows color (decimal): -9303222 or 4852594. OLE color: 4852594.

HSL color Cylindrical-coordinate representation of color #720B4A: hue angle of 323.3º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B4A is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 11 74 -
CMYK 0 0.90 0.35 0.55
HSL 323.3º 0.82% 0.25% -
HSV(B) 323.3º 0.9% 0.45% -
XYZ 8.3 4.31 6.87 -
YUV 48.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 114 11 74 0 0.90 0.35 0.55 323.3 0.82 0.25
Hex 72 B 4A 0 5A 23 37 143 52 19
Octal 162 13 112 0 132 43 67 503 122 31
Binary 1110010 1011 1001010 0 1011010 100011 110111 101000011 1010010 11001

Color Harmonies of #720B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B4A

Black with #720B4A

Text Example


Text Example

White with #720B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,11,74); }

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

background-color css

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

 a { background-color: rgb(114,11,74); }

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

border-color css

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

 span { border-color: rgb(114,11,74); }

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