Html Css Color HEX #720746 Tyrian Purple

📋 copy color: '#720746'

red 114 ◦ green 7 ◦ blue 70

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

Shades of Tyrian Purple #720746

Tints of Tyrian Purple #720746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.66%

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

R = 59.69%
G = 3.66%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#720746 (or 0x720746) is known color: Tyrian Purple. HEX triplet: 72, 07 and 46. RGB value is (114,7,70). Sum of RGB (Red+Green+Blue) = 114+7+70=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #720746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720746 is #8DF8B9. Grayscale: #2E2E2E. Windows color (decimal): -9304250 or 4589426. OLE color: 4589426.

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

Color convert

RGB 114 7 70 -
CMYK 0 0.94 0.39 0.55
HSL 324.67º 0.88% 0.24% -
HSV(B) 324.67º 0.94% 0.45% -
XYZ 8.12 4.17 6.17 -
YUV 46.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 114 7 70 0 0.94 0.39 0.55 324.67 0.88 0.24
Hex 72 7 46 0 5E 27 37 145 58 18
Octal 162 7 106 0 136 47 67 505 130 30
Binary 1110010 111 1000110 0 1011110 100111 110111 101000101 1011000 11000

Color Harmonies of #720746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720746

Black with #720746

Text Example


Text Example

White with #720746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720746; }

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

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

background-color css

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

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

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

border-color css

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

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

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