Html Css Color HEX #72074A Tyrian Purple

📋 copy color: '#72074A'

red 114 ◦ green 7 ◦ blue 74

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

Shades of Tyrian Purple #72074A

Tints of Tyrian Purple #72074A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 58.46%
G = 3.59%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72074A (or 0x72074A) is known color: Tyrian Purple. HEX triplet: 72, 07 and 4A. RGB value is (114,7,74). Sum of RGB (Red+Green+Blue) = 114+7+74=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72074A is #8DF8B5. Grayscale: #2E2E2E. Windows color (decimal): -9304246 or 4851570. OLE color: 4851570.

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

Color convert

RGB 114 7 74 -
CMYK 0 0.94 0.35 0.55
HSL 322.43º 0.88% 0.24% -
HSV(B) 322.43º 0.94% 0.45% -
XYZ 8.25 4.22 6.86 -
YUV 46.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 114 7 74 0 0.94 0.35 0.55 322.43 0.88 0.24
Hex 72 7 4A 0 5E 23 37 142 58 18
Octal 162 7 112 0 136 43 67 502 130 30
Binary 1110010 111 1001010 0 1011110 100011 110111 101000010 1011000 11000

Color Harmonies of #72074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72074A

Black with #72074A

Text Example


Text Example

White with #72074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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