Html Css Color HEX #72074E Tyrian Purple

📋 copy color: '#72074E'

red 114 ◦ green 7 ◦ blue 78

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

Shades of Tyrian Purple #72074E

Tints of Tyrian Purple #72074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39.2%

R = 57.29%
G = 3.52%
B = 39.2%

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

#72074E (or 0x72074E) is known color: Tyrian Purple. HEX triplet: 72, 07 and 4E. RGB value is (114,7,78). Sum of RGB (Red+Green+Blue) = 114+7+78=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72074E is #8DF8B1. Grayscale: #2E2E2E. Windows color (decimal): -9304242 or 5113714. OLE color: 5113714.

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

Color convert

RGB 114 7 78 -
CMYK 0 0.94 0.32 0.55
HSL 320.19º 0.88% 0.24% -
HSV(B) 320.19º 0.94% 0.45% -
XYZ 8.39 4.28 7.59 -
YUV 47.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 114 7 78 0 0.94 0.32 0.55 320.19 0.88 0.24
Hex 72 7 4E 0 5E 20 37 140 58 18
Octal 162 7 116 0 136 40 67 500 130 30
Binary 1110010 111 1001110 0 1011110 100000 110111 101000000 1011000 11000

Color Harmonies of #72074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72074E

Black with #72074E

Text Example


Text Example

White with #72074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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