Html Css Color HEX #720456 Tyrian Purple

📋 copy color: '#720456'

red 114 ◦ green 4 ◦ blue 86

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

Shades of Tyrian Purple #720456

Tints of Tyrian Purple #720456

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 55.88%
G = 1.96%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#720456 (or 0x720456) is known color: Tyrian Purple. HEX triplet: 72, 04 and 56. RGB value is (114,4,86). Sum of RGB (Red+Green+Blue) = 114+4+86=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #720456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720456 is #8DFBA9. Grayscale: #2E2E2E. Windows color (decimal): -9305002 or 5637234. OLE color: 5637234.

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

Color convert

RGB 114 4 86 -
CMYK 0 0.96 0.25 0.55
HSL 315.27º 0.93% 0.23% -
HSV(B) 315.27º 0.96% 0.45% -
XYZ 8.66 4.34 9.18 -
YUV 46.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 114 4 86 0 0.96 0.25 0.55 315.27 0.93 0.23
Hex 72 4 56 0 60 19 37 13B 5D 17
Octal 162 4 126 0 140 31 67 473 135 27
Binary 1110010 100 1010110 0 1100000 11001 110111 100111011 1011101 10111

Color Harmonies of #720456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720456

Black with #720456

Text Example


Text Example

White with #720456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720456; }

 p { color: rgb(114,4,86); }

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

background-color css

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

 a { background-color: rgb(114,4,86); }

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

border-color css

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

 span { border-color: rgb(114,4,86); }

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