Html Css Color HEX #720736 Tyrian Purple

📋 copy color: '#720736'

red 114 ◦ green 7 ◦ blue 54

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

Shades of Tyrian Purple #720736

Tints of Tyrian Purple #720736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 65.14%
G = 4%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#720736 (or 0x720736) is known color: Tyrian Purple. HEX triplet: 72, 07 and 36. RGB value is (114,7,54). Sum of RGB (Red+Green+Blue) = 114+7+54=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #720736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720736 is #8DF8C9. Grayscale: #2C2C2C. Windows color (decimal): -9304266 or 3540850. OLE color: 3540850.

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

Color convert

RGB 114 7 54 -
CMYK 0 0.94 0.53 0.55
HSL 333.64º 0.88% 0.24% -
HSV(B) 333.64º 0.94% 0.45% -
XYZ 7.68 4 3.86 -
YUV 44.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 114 7 54 0 0.94 0.53 0.55 333.64 0.88 0.24
Hex 72 7 36 0 5E 35 37 14E 58 18
Octal 162 7 66 0 136 65 67 516 130 30
Binary 1110010 111 110110 0 1011110 110101 110111 101001110 1011000 11000

Color Harmonies of #720736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720736

Black with #720736

Text Example


Text Example

White with #720736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720736; }

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

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

background-color css

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

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

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

border-color css

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

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

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