Html Css Color HEX #720241 Tyrian Purple

📋 copy color: '#720241'

red 114 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #720241

Tints of Tyrian Purple #720241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 62.98%
G = 1.1%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#720241 (or 0x720241) is known color: Tyrian Purple. HEX triplet: 72, 02 and 41. RGB value is (114,2,65). Sum of RGB (Red+Green+Blue) = 114+2+65=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #720241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720241 is #8DFDBE. Grayscale: #2A2A2A. Windows color (decimal): -9305535 or 4260466. OLE color: 4260466.

HSL color Cylindrical-coordinate representation of color #720241: hue angle of 326.25º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720241 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 65 -
CMYK 0 0.98 0.43 0.55
HSL 326.25º 0.97% 0.23% -
HSV(B) 326.25º 0.98% 0.45% -
XYZ 7.92 4 5.36 -
YUV 42.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 114 2 65 0 0.98 0.43 0.55 326.25 0.97 0.23
Hex 72 2 41 0 62 2B 37 146 61 17
Octal 162 2 101 0 142 53 67 506 141 27
Binary 1110010 10 1000001 0 1100010 101011 110111 101000110 1100001 10111

Color Harmonies of #720241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720241

Black with #720241

Text Example


Text Example

White with #720241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720241; }

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

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

background-color css

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

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

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

border-color css

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

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

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