Html Css Color HEX #72074D Tyrian Purple

📋 copy color: '#72074D'

red 114 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #72074D

Tints of Tyrian Purple #72074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 57.58%
G = 3.54%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72074D (or 0x72074D) is known color: Tyrian Purple. HEX triplet: 72, 07 and 4D. RGB value is (114,7,77). Sum of RGB (Red+Green+Blue) = 114+7+77=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72074D is #8DF8B2. Grayscale: #2E2E2E. Windows color (decimal): -9304243 or 5048178. OLE color: 5048178.

HSL color Cylindrical-coordinate representation of color #72074D: hue angle of 320.75º 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 #72074D is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 77 -
CMYK 0 0.94 0.32 0.55
HSL 320.75º 0.88% 0.24% -
HSV(B) 320.75º 0.94% 0.45% -
XYZ 8.35 4.27 7.4 -
YUV 46.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 114 7 77 0 0.94 0.32 0.55 320.75 0.88 0.24
Hex 72 7 4D 0 5E 20 37 141 58 18
Octal 162 7 115 0 136 40 67 501 130 30
Binary 1110010 111 1001101 0 1011110 100000 110111 101000001 1011000 11000

Color Harmonies of #72074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72074D

Black with #72074D

Text Example


Text Example

White with #72074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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