Html Css Color HEX #720745 Tyrian Purple

📋 copy color: '#720745'

red 114 ◦ green 7 ◦ blue 69

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

Shades of Tyrian Purple #720745

Tints of Tyrian Purple #720745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

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

R = 60%
G = 3.68%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#720745 (or 0x720745) is known color: Tyrian Purple. HEX triplet: 72, 07 and 45. RGB value is (114,7,69). Sum of RGB (Red+Green+Blue) = 114+7+69=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #720745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720745 is #8DF8BA. Grayscale: #2D2D2D. Windows color (decimal): -9304251 or 4523890. OLE color: 4523890.

HSL color Cylindrical-coordinate representation of color #720745: hue angle of 325.23º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720745 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 69 -
CMYK 0 0.94 0.39 0.55
HSL 325.23º 0.88% 0.24% -
HSV(B) 325.23º 0.94% 0.45% -
XYZ 8.09 4.16 6.01 -
YUV 46.06 140.95 176.46 -
System Red Green Blue C M Y K H S L
Decimal 114 7 69 0 0.94 0.39 0.55 325.23 0.88 0.24
Hex 72 7 45 0 5E 27 37 145 58 18
Octal 162 7 105 0 136 47 67 505 130 30
Binary 1110010 111 1000101 0 1011110 100111 110111 101000101 1011000 11000

Color Harmonies of #720745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720745

Black with #720745

Text Example


Text Example

White with #720745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720745; }

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

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

background-color css

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

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

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

border-color css

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

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

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