Html Css Color HEX #720431 Tyrian Purple

📋 copy color: '#720431'

red 114 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #720431

Tints of Tyrian Purple #720431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 49 (19.53% from 255) = 29.34%

R = 68.26%
G = 2.4%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#720431 (or 0x720431) is known color: Tyrian Purple. HEX triplet: 72, 04 and 31. RGB value is (114,4,49). Sum of RGB (Red+Green+Blue) = 114+4+49=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #720431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720431 is #8DFBCE. Grayscale: #292929. Windows color (decimal): -9305039 or 3212402. OLE color: 3212402.

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

Color convert

RGB 114 4 49 -
CMYK 0 0.96 0.57 0.55
HSL 335.45º 0.93% 0.23% -
HSV(B) 335.45º 0.96% 0.45% -
XYZ 7.54 3.89 3.26 -
YUV 42.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 114 4 49 0 0.96 0.57 0.55 335.45 0.93 0.23
Hex 72 4 31 0 60 39 37 14F 5D 17
Octal 162 4 61 0 140 71 67 517 135 27
Binary 1110010 100 110001 0 1100000 111001 110111 101001111 1011101 10111

Color Harmonies of #720431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720431

Black with #720431

Text Example


Text Example

White with #720431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720431; }

 p { color: rgb(114,4,49); }

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

background-color css

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

 a { background-color: rgb(114,4,49); }

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

border-color css

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

 span { border-color: rgb(114,4,49); }

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