Html Css Color HEX #720349 Tyrian Purple

📋 copy color: '#720349'

red 114 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #720349

Tints of Tyrian Purple #720349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 60%
G = 1.58%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#720349 (or 0x720349) is known color: Tyrian Purple. HEX triplet: 72, 03 and 49. RGB value is (114,3,73). Sum of RGB (Red+Green+Blue) = 114+3+73=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #720349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720349 is #8DFCB6. Grayscale: #2C2C2C. Windows color (decimal): -9305271 or 4785010. OLE color: 4785010.

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

Color convert

RGB 114 3 73 -
CMYK 0 0.97 0.36 0.55
HSL 322.16º 0.95% 0.23% -
HSV(B) 322.16º 0.97% 0.45% -
XYZ 8.17 4.12 6.67 -
YUV 44.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 114 3 73 0 0.97 0.36 0.55 322.16 0.95 0.23
Hex 72 3 49 0 61 24 37 142 5F 17
Octal 162 3 111 0 141 44 67 502 137 27
Binary 1110010 11 1001001 0 1100001 100100 110111 101000010 1011111 10111

Color Harmonies of #720349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720349

Black with #720349

Text Example


Text Example

White with #720349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720349; }

 p { color: rgb(114,3,73); }

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

background-color css

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

 a { background-color: rgb(114,3,73); }

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

border-color css

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

 span { border-color: rgb(114,3,73); }

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