Html Css Color HEX #720157 Tyrian Purple

📋 copy color: '#720157'

red 114 ◦ green 1 ◦ blue 87

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

Shades of Tyrian Purple #720157

Tints of Tyrian Purple #720157

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 87 (34.38% from 255) = 43.07%

R = 56.44%
G = 0.5%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#720157 (or 0x720157) is known color: Tyrian Purple. HEX triplet: 72, 01 and 57. RGB value is (114,1,87). Sum of RGB (Red+Green+Blue) = 114+1+87=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #720157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720157 is #8DFEA8. Grayscale: #2C2C2C. Windows color (decimal): -9305769 or 5702002. OLE color: 5702002.

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

Color convert

RGB 114 1 87 -
CMYK 0 0.99 0.24 0.55
HSL 314.34º 0.98% 0.23% -
HSV(B) 314.34º 0.99% 0.45% -
XYZ 8.67 4.29 9.39 -
YUV 44.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 114 1 87 0 0.99 0.24 0.55 314.34 0.98 0.23
Hex 72 1 57 0 63 18 37 13A 62 17
Octal 162 1 127 0 143 30 67 472 142 27
Binary 1110010 1 1010111 0 1100011 11000 110111 100111010 1100010 10111

Color Harmonies of #720157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720157

Black with #720157

Text Example


Text Example

White with #720157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720157; }

 p { color: rgb(114,1,87); }

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

background-color css

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

 a { background-color: rgb(114,1,87); }

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

border-color css

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

 span { border-color: rgb(114,1,87); }

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