Html Css Color HEX #720856 Tyrian Purple

📋 copy color: '#720856'

red 114 ◦ green 8 ◦ blue 86

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

Shades of Tyrian Purple #720856

Tints of Tyrian Purple #720856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

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

R = 54.81%
G = 3.85%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#720856 (or 0x720856) is known color: Tyrian Purple. HEX triplet: 72, 08 and 56. RGB value is (114,8,86). Sum of RGB (Red+Green+Blue) = 114+8+86=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #720856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720856 is #8DF7A9. Grayscale: #303030. Windows color (decimal): -9303978 or 5638258. OLE color: 5638258.

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

Color convert

RGB 114 8 86 -
CMYK 0 0.93 0.25 0.55
HSL 315.85º 0.87% 0.24% -
HSV(B) 315.85º 0.93% 0.45% -
XYZ 8.71 4.42 9.2 -
YUV 48.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 114 8 86 0 0.93 0.25 0.55 315.85 0.87 0.24
Hex 72 8 56 0 5D 19 37 13C 57 18
Octal 162 10 126 0 135 31 67 474 127 30
Binary 1110010 1000 1010110 0 1011101 11001 110111 100111100 1010111 11000

Color Harmonies of #720856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720856

Black with #720856

Text Example


Text Example

White with #720856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720856; }

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

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

background-color css

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

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

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

border-color css

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

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

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