Html Css Color HEX #720836 Tyrian Purple

📋 copy color: '#720836'

red 114 ◦ green 8 ◦ blue 54

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

Shades of Tyrian Purple #720836

Tints of Tyrian Purple #720836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

 BLUE value IS 54 (21.48% from 255) = 30.68%

R = 64.77%
G = 4.55%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#720836 (or 0x720836) is known color: Tyrian Purple. HEX triplet: 72, 08 and 36. RGB value is (114,8,54). Sum of RGB (Red+Green+Blue) = 114+8+54=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #720836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720836 is #8DF7C9. Grayscale: #2C2C2C. Windows color (decimal): -9304010 or 3541106. OLE color: 3541106.

HSL color Cylindrical-coordinate representation of color #720836: hue angle of 333.96º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720836 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 8 54 -
CMYK 0 0.93 0.53 0.55
HSL 333.96º 0.87% 0.24% -
HSV(B) 333.96º 0.93% 0.45% -
XYZ 7.69 4.02 3.86 -
YUV 44.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 114 8 54 0 0.93 0.53 0.55 333.96 0.87 0.24
Hex 72 8 36 0 5D 35 37 14E 57 18
Octal 162 10 66 0 135 65 67 516 127 30
Binary 1110010 1000 110110 0 1011101 110101 110111 101001110 1010111 11000

Color Harmonies of #720836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720836

Black with #720836

Text Example


Text Example

White with #720836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720836; }

 p { color: rgb(114,8,54); }

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

background-color css

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

 a { background-color: rgb(114,8,54); }

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

border-color css

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

 span { border-color: rgb(114,8,54); }

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