Html Css Color HEX #720946 Tyrian Purple

📋 copy color: '#720946'

red 114 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #720946

Tints of Tyrian Purple #720946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.66%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 59.07%
G = 4.66%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#720946 (or 0x720946) is known color: Tyrian Purple. HEX triplet: 72, 09 and 46. RGB value is (114,9,70). Sum of RGB (Red+Green+Blue) = 114+9+70=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #720946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720946 is #8DF6B9. Grayscale: #2F2F2F. Windows color (decimal): -9303738 or 4589938. OLE color: 4589938.

HSL color Cylindrical-coordinate representation of color #720946: hue angle of 325.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720946 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 9 70 -
CMYK 0 0.92 0.39 0.55
HSL 325.14º 0.85% 0.24% -
HSV(B) 325.14º 0.92% 0.45% -
XYZ 8.14 4.21 6.18 -
YUV 47.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 114 9 70 0 0.92 0.39 0.55 325.14 0.85 0.24
Hex 72 9 46 0 5C 27 37 145 55 18
Octal 162 11 106 0 134 47 67 505 125 30
Binary 1110010 1001 1000110 0 1011100 100111 110111 101000101 1010101 11000

Color Harmonies of #720946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720946

Black with #720946

Text Example


Text Example

White with #720946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720946; }

 p { color: rgb(114,9,70); }

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

background-color css

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

 a { background-color: rgb(114,9,70); }

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

border-color css

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

 span { border-color: rgb(114,9,70); }

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