Html Css Color HEX #720256 Tyrian Purple

📋 copy color: '#720256'

red 114 ◦ green 2 ◦ blue 86

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

Shades of Tyrian Purple #720256

Tints of Tyrian Purple #720256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 56.44%
G = 0.99%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#720256 (or 0x720256) is known color: Tyrian Purple. HEX triplet: 72, 02 and 56. RGB value is (114,2,86). Sum of RGB (Red+Green+Blue) = 114+2+86=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #720256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720256 is #8DFDA9. Grayscale: #2C2C2C. Windows color (decimal): -9305514 or 5636722. OLE color: 5636722.

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

Color convert

RGB 114 2 86 -
CMYK 0 0.98 0.25 0.55
HSL 315º 0.97% 0.23% -
HSV(B) 315º 0.98% 0.45% -
XYZ 8.64 4.29 9.18 -
YUV 45.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 114 2 86 0 0.98 0.25 0.55 315 0.97 0.23
Hex 72 2 56 0 62 19 37 13B 61 17
Octal 162 2 126 0 142 31 67 473 141 27
Binary 1110010 10 1010110 0 1100010 11001 110111 100111011 1100001 10111

Color Harmonies of #720256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720256

Black with #720256

Text Example


Text Example

White with #720256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720256; }

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

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

background-color css

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

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

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

border-color css

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

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

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