Html Css Color HEX #720140 Tyrian Purple

📋 copy color: '#720140'

red 114 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #720140

Tints of Tyrian Purple #720140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 63.69%
G = 0.56%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#720140 (or 0x720140) is known color: Tyrian Purple. HEX triplet: 72, 01 and 40. RGB value is (114,1,64). Sum of RGB (Red+Green+Blue) = 114+1+64=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #720140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720140 is #8DFEBF. Grayscale: #292929. Windows color (decimal): -9305792 or 4194674. OLE color: 4194674.

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

Color convert

RGB 114 1 64 -
CMYK 0 0.99 0.44 0.55
HSL 326.55º 0.98% 0.23% -
HSV(B) 326.55º 0.99% 0.45% -
XYZ 7.88 3.97 5.2 -
YUV 41.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 114 1 64 0 0.99 0.44 0.55 326.55 0.98 0.23
Hex 72 1 40 0 63 2C 37 147 62 17
Octal 162 1 100 0 143 54 67 507 142 27
Binary 1110010 1 1000000 0 1100011 101100 110111 101000111 1100010 10111

Color Harmonies of #720140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720140

Black with #720140

Text Example


Text Example

White with #720140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720140; }

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

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

background-color css

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

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

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

border-color css

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

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

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