Html Css Color HEX #720040 Tyrian Purple

📋 copy color: '#720040'

red 114 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #720040

Tints of Tyrian Purple #720040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.04%
G = 0%
B = 35.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#720040 (or 0x720040) is known color: Tyrian Purple. HEX triplet: 72, 00 and 40. RGB value is (114,0,64). Sum of RGB (Red+Green+Blue) = 114+0+64=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #720040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720040 is #8DFFBF. Grayscale: #292929. Windows color (decimal): -9306048 or 4194418. OLE color: 4194418.

HSL color Cylindrical-coordinate representation of color #720040: hue angle of 326.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720040 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 64 -
CMYK 0 1 0.44 0.55
HSL 326.32º 1% 0.22% -
HSV(B) 326.32º 1% 0.45% -
XYZ 7.86 3.95 5.2 -
YUV 41.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 114 0 64 0 1 0.44 0.55 326.32 1 0.22
Hex 72 0 40 0 64 2C 37 146 64 16
Octal 162 0 100 0 144 54 67 506 144 26
Binary 1110010 0 1000000 0 1100100 101100 110111 101000110 1100100 10110

Color Harmonies of #720040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720040

Black with #720040

Text Example


Text Example

White with #720040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720040; }

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

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

background-color css

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

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

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

border-color css

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

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

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