Html Css Color HEX #720741 Tyrian Purple

📋 copy color: '#720741'

red 114 ◦ green 7 ◦ blue 65

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

Shades of Tyrian Purple #720741

Tints of Tyrian Purple #720741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 61.29%
G = 3.76%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#720741 (or 0x720741) is known color: Tyrian Purple. HEX triplet: 72, 07 and 41. RGB value is (114,7,65). Sum of RGB (Red+Green+Blue) = 114+7+65=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #720741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720741 is #8DF8BE. Grayscale: #2D2D2D. Windows color (decimal): -9304255 or 4261746. OLE color: 4261746.

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

Color convert

RGB 114 7 65 -
CMYK 0 0.94 0.43 0.55
HSL 327.48º 0.88% 0.24% -
HSV(B) 327.48º 0.94% 0.45% -
XYZ 7.97 4.11 5.37 -
YUV 45.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 114 7 65 0 0.94 0.43 0.55 327.48 0.88 0.24
Hex 72 7 41 0 5E 2B 37 147 58 18
Octal 162 7 101 0 136 53 67 507 130 30
Binary 1110010 111 1000001 0 1011110 101011 110111 101000111 1011000 11000

Color Harmonies of #720741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720741

Black with #720741

Text Example


Text Example

White with #720741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720741; }

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

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

background-color css

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

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

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

border-color css

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

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

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