Html Css Color HEX #720445 Tyrian Purple

📋 copy color: '#720445'

red 114 ◦ green 4 ◦ blue 69

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

Shades of Tyrian Purple #720445

Tints of Tyrian Purple #720445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 60.96%
G = 2.14%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#720445 (or 0x720445) is known color: Tyrian Purple. HEX triplet: 72, 04 and 45. RGB value is (114,4,69). Sum of RGB (Red+Green+Blue) = 114+4+69=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720445 is #8DFBBA. Grayscale: #2C2C2C. Windows color (decimal): -9305019 or 4523122. OLE color: 4523122.

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

Color convert

RGB 114 4 69 -
CMYK 0 0.96 0.39 0.55
HSL 324.55º 0.93% 0.23% -
HSV(B) 324.55º 0.96% 0.45% -
XYZ 8.06 4.09 6 -
YUV 44.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 114 4 69 0 0.96 0.39 0.55 324.55 0.93 0.23
Hex 72 4 45 0 60 27 37 145 5D 17
Octal 162 4 105 0 140 47 67 505 135 27
Binary 1110010 100 1000101 0 1100000 100111 110111 101000101 1011101 10111

Color Harmonies of #720445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720445

Black with #720445

Text Example


Text Example

White with #720445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720445; }

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

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

background-color css

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

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

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

border-color css

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

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

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