Html Css Color HEX #720141 Tyrian Purple

📋 copy color: '#720141'

red 114 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #720141

Tints of Tyrian Purple #720141

RGB

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

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

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

R = 63.33%
G = 0.56%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#720141 (or 0x720141) is known color: Tyrian Purple. HEX triplet: 72, 01 and 41. RGB value is (114,1,65). Sum of RGB (Red+Green+Blue) = 114+1+65=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #720141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720141 is #8DFEBE. Grayscale: #292929. Windows color (decimal): -9305791 or 4260210. OLE color: 4260210.

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

Color convert

RGB 114 1 65 -
CMYK 0 0.99 0.43 0.55
HSL 326.02º 0.98% 0.23% -
HSV(B) 326.02º 0.99% 0.45% -
XYZ 7.9 3.98 5.35 -
YUV 42.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 114 1 65 0 0.99 0.43 0.55 326.02 0.98 0.23
Hex 72 1 41 0 63 2B 37 146 62 17
Octal 162 1 101 0 143 53 67 506 142 27
Binary 1110010 1 1000001 0 1100011 101011 110111 101000110 1100010 10111

Color Harmonies of #720141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720141

Black with #720141

Text Example


Text Example

White with #720141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720141; }

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

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

background-color css

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

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

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

border-color css

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

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

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