Html Css Color HEX #720154 Tyrian Purple

📋 copy color: '#720154'

red 114 ◦ green 1 ◦ blue 84

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

Shades of Tyrian Purple #720154

Tints of Tyrian Purple #720154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 57.29%
G = 0.5%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#720154 (or 0x720154) is known color: Tyrian Purple. HEX triplet: 72, 01 and 54. RGB value is (114,1,84). Sum of RGB (Red+Green+Blue) = 114+1+84=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #720154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720154 is #8DFEAB. Grayscale: #2C2C2C. Windows color (decimal): -9305772 or 5505394. OLE color: 5505394.

HSL color Cylindrical-coordinate representation of color #720154: hue angle of 315.93º 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 #720154 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 84 -
CMYK 0 0.99 0.26 0.55
HSL 315.93º 0.98% 0.23% -
HSV(B) 315.93º 0.99% 0.45% -
XYZ 8.55 4.24 8.76 -
YUV 44.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 114 1 84 0 0.99 0.26 0.55 315.93 0.98 0.23
Hex 72 1 54 0 63 1A 37 13C 62 17
Octal 162 1 124 0 143 32 67 474 142 27
Binary 1110010 1 1010100 0 1100011 11010 110111 100111100 1100010 10111

Color Harmonies of #720154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720154

Black with #720154

Text Example


Text Example

White with #720154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720154; }

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

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

background-color css

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

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

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

border-color css

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

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

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