Html Css Color HEX #720D3C Tyrian Purple

📋 copy color: '#720D3C'

red 114 ◦ green 13 ◦ blue 60

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

Shades of Tyrian Purple #720D3C

Tints of Tyrian Purple #720D3C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

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

R = 60.96%
G = 6.95%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#720D3C (or 0x720D3C) is known color: Tyrian Purple. HEX triplet: 72, 0D and 3C. RGB value is (114,13,60). Sum of RGB (Red+Green+Blue) = 114+13+60=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D3C is #8DF2C3. Grayscale: #303030. Windows color (decimal): -9302724 or 3935602. OLE color: 3935602.

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

Color convert

RGB 114 13 60 -
CMYK 0 0.89 0.47 0.55
HSL 332.08º 0.8% 0.25% -
HSV(B) 332.08º 0.89% 0.45% -
XYZ 7.9 4.19 4.67 -
YUV 48.56 134.46 174.68 -
System Red Green Blue C M Y K H S L
Decimal 114 13 60 0 0.89 0.47 0.55 332.08 0.8 0.25
Hex 72 D 3C 0 59 2F 37 14C 50 19
Octal 162 15 74 0 131 57 67 514 120 31
Binary 1110010 1101 111100 0 1011001 101111 110111 101001100 1010000 11001

Color Harmonies of #720D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720D3C

Black with #720D3C

Text Example


Text Example

White with #720D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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