Html Css Color HEX #720231 Tyrian Purple

📋 copy color: '#720231'

red 114 ◦ green 2 ◦ blue 49

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

Shades of Tyrian Purple #720231

Tints of Tyrian Purple #720231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 69.09%
G = 1.21%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#720231 (or 0x720231) is known color: Tyrian Purple. HEX triplet: 72, 02 and 31. RGB value is (114,2,49). Sum of RGB (Red+Green+Blue) = 114+2+49=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #720231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720231 is #8DFDCE. Grayscale: #282828. Windows color (decimal): -9305551 or 3211890. OLE color: 3211890.

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

Color convert

RGB 114 2 49 -
CMYK 0 0.98 0.57 0.55
HSL 334.82º 0.97% 0.23% -
HSV(B) 334.82º 0.98% 0.45% -
XYZ 7.52 3.84 3.25 -
YUV 40.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 114 2 49 0 0.98 0.57 0.55 334.82 0.97 0.23
Hex 72 2 31 0 62 39 37 14F 61 17
Octal 162 2 61 0 142 71 67 517 141 27
Binary 1110010 10 110001 0 1100010 111001 110111 101001111 1100001 10111

Color Harmonies of #720231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720231

Black with #720231

Text Example


Text Example

White with #720231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720231; }

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

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

background-color css

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

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

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

border-color css

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

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

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