Html Css Color HEX #72094A Tyrian Purple

📋 copy color: '#72094A'

red 114 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #72094A

Tints of Tyrian Purple #72094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 57.87%
G = 4.57%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72094A (or 0x72094A) is known color: Tyrian Purple. HEX triplet: 72, 09 and 4A. RGB value is (114,9,74). Sum of RGB (Red+Green+Blue) = 114+9+74=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72094A is #8DF6B5. Grayscale: #2F2F2F. Windows color (decimal): -9303734 or 4852082. OLE color: 4852082.

HSL color Cylindrical-coordinate representation of color #72094A: hue angle of 322.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72094A is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 9 74 -
CMYK 0 0.92 0.35 0.55
HSL 322.86º 0.85% 0.24% -
HSV(B) 322.86º 0.92% 0.45% -
XYZ 8.27 4.27 6.87 -
YUV 47.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 114 9 74 0 0.92 0.35 0.55 322.86 0.85 0.24
Hex 72 9 4A 0 5C 23 37 143 55 18
Octal 162 11 112 0 134 43 67 503 125 30
Binary 1110010 1001 1001010 0 1011100 100011 110111 101000011 1010101 11000

Color Harmonies of #72094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72094A

Black with #72094A

Text Example


Text Example

White with #72094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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