Html Css Color HEX #720E3C Tyrian Purple

📋 copy color: '#720E3C'

red 114 ◦ green 14 ◦ blue 60

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

Shades of Tyrian Purple #720E3C

Tints of Tyrian Purple #720E3C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.45%

 BLUE value IS 60 (23.83% from 255) = 31.91%

R = 60.64%
G = 7.45%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#720E3C (or 0x720E3C) is known color: Tyrian Purple. HEX triplet: 72, 0E and 3C. RGB value is (114,14,60). Sum of RGB (Red+Green+Blue) = 114+14+60=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #720E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E3C is #8DF1C3. Grayscale: #313131. Windows color (decimal): -9302468 or 3935858. OLE color: 3935858.

HSL color Cylindrical-coordinate representation of color #720E3C: hue angle of 332.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E3C is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 60 -
CMYK 0 0.88 0.47 0.55
HSL 332.4º 0.78% 0.25% -
HSV(B) 332.4º 0.88% 0.45% -
XYZ 7.91 4.22 4.67 -
YUV 49.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 114 14 60 0 0.88 0.47 0.55 332.4 0.78 0.25
Hex 72 E 3C 0 58 2F 37 14C 4E 19
Octal 162 16 74 0 130 57 67 514 116 31
Binary 1110010 1110 111100 0 1011000 101111 110111 101001100 1001110 11001

Color Harmonies of #720E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E3C

Black with #720E3C

Text Example


Text Example

White with #720E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720E3C; }

 p { color: rgb(114,14,60); }

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

background-color css

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

 a { background-color: rgb(114,14,60); }

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

border-color css

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

 span { border-color: rgb(114,14,60); }

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