Html Css Color HEX #720537 Tyrian Purple

📋 copy color: '#720537'

red 114 ◦ green 5 ◦ blue 55

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

Shades of Tyrian Purple #720537

Tints of Tyrian Purple #720537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 55 (21.88% from 255) = 31.61%

R = 65.52%
G = 2.87%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#720537 (or 0x720537) is known color: Tyrian Purple. HEX triplet: 72, 05 and 37. RGB value is (114,5,55). Sum of RGB (Red+Green+Blue) = 114+5+55=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #720537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720537 is #8DFAC8. Grayscale: #2B2B2B. Windows color (decimal): -9304777 or 3605874. OLE color: 3605874.

HSL color Cylindrical-coordinate representation of color #720537: hue angle of 332.48º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720537 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 55 -
CMYK 0 0.96 0.52 0.55
HSL 332.48º 0.92% 0.23% -
HSV(B) 332.48º 0.96% 0.45% -
XYZ 7.68 3.96 3.97 -
YUV 43.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 114 5 55 0 0.96 0.52 0.55 332.48 0.92 0.23
Hex 72 5 37 0 60 34 37 14C 5C 17
Octal 162 5 67 0 140 64 67 514 134 27
Binary 1110010 101 110111 0 1100000 110100 110111 101001100 1011100 10111

Color Harmonies of #720537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720537

Black with #720537

Text Example


Text Example

White with #720537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720537; }

 p { color: rgb(114,5,55); }

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

background-color css

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

 a { background-color: rgb(114,5,55); }

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

border-color css

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

 span { border-color: rgb(114,5,55); }

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