Html Css Color HEX #720240 Tyrian Purple

📋 copy color: '#720240'

red 114 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #720240

Tints of Tyrian Purple #720240

RGB

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

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

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

R = 63.33%
G = 1.11%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#720240 (or 0x720240) is known color: Tyrian Purple. HEX triplet: 72, 02 and 40. RGB value is (114,2,64). Sum of RGB (Red+Green+Blue) = 114+2+64=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #720240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720240 is #8DFDBF. Grayscale: #2A2A2A. Windows color (decimal): -9305536 or 4194930. OLE color: 4194930.

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

Color convert

RGB 114 2 64 -
CMYK 0 0.98 0.44 0.55
HSL 326.79º 0.97% 0.23% -
HSV(B) 326.79º 0.98% 0.45% -
XYZ 7.89 3.99 5.21 -
YUV 42.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 114 2 64 0 0.98 0.44 0.55 326.79 0.97 0.23
Hex 72 2 40 0 62 2C 37 147 61 17
Octal 162 2 100 0 142 54 67 507 141 27
Binary 1110010 10 1000000 0 1100010 101100 110111 101000111 1100001 10111

Color Harmonies of #720240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720240

Black with #720240

Text Example


Text Example

White with #720240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720240; }

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

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

background-color css

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

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

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

border-color css

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

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

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