Html Css Color HEX #720145 Tyrian Purple

📋 copy color: '#720145'

red 114 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #720145

Tints of Tyrian Purple #720145

RGB

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

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

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

R = 61.96%
G = 0.54%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#720145 (or 0x720145) is known color: Tyrian Purple. HEX triplet: 72, 01 and 45. RGB value is (114,1,69). Sum of RGB (Red+Green+Blue) = 114+1+69=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #720145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720145 is #8DFEBA. Grayscale: #2A2A2A. Windows color (decimal): -9305787 or 4522354. OLE color: 4522354.

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

Color convert

RGB 114 1 69 -
CMYK 0 0.99 0.39 0.55
HSL 323.89º 0.98% 0.23% -
HSV(B) 323.89º 0.99% 0.45% -
XYZ 8.02 4.03 5.98 -
YUV 42.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 114 1 69 0 0.99 0.39 0.55 323.89 0.98 0.23
Hex 72 1 45 0 63 27 37 144 62 17
Octal 162 1 105 0 143 47 67 504 142 27
Binary 1110010 1 1000101 0 1100011 100111 110111 101000100 1100010 10111

Color Harmonies of #720145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720145

Black with #720145

Text Example


Text Example

White with #720145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720145; }

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

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

background-color css

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

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

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

border-color css

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

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

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