Html Css Color HEX #720247 Tyrian Purple

📋 copy color: '#720247'

red 114 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #720247

Tints of Tyrian Purple #720247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 71 (28.13% from 255) = 37.97%

R = 60.96%
G = 1.07%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#720247 (or 0x720247) is known color: Tyrian Purple. HEX triplet: 72, 02 and 47. RGB value is (114,2,71). Sum of RGB (Red+Green+Blue) = 114+2+71=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720247 is #8DFDB8. Grayscale: #2B2B2B. Windows color (decimal): -9305529 or 4653682. OLE color: 4653682.

HSL color Cylindrical-coordinate representation of color #720247: hue angle of 323.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720247 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 71 -
CMYK 0 0.98 0.38 0.55
HSL 323.04º 0.97% 0.23% -
HSV(B) 323.04º 0.98% 0.45% -
XYZ 8.1 4.08 6.32 -
YUV 43.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 114 2 71 0 0.98 0.38 0.55 323.04 0.97 0.23
Hex 72 2 47 0 62 26 37 143 61 17
Octal 162 2 107 0 142 46 67 503 141 27
Binary 1110010 10 1000111 0 1100010 100110 110111 101000011 1100001 10111

Color Harmonies of #720247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720247

Black with #720247

Text Example


Text Example

White with #720247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720247; }

 p { color: rgb(114,2,71); }

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

background-color css

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

 a { background-color: rgb(114,2,71); }

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

border-color css

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

 span { border-color: rgb(114,2,71); }

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