Html Css Color HEX #72044A Tyrian Purple

📋 copy color: '#72044A'

red 114 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #72044A

Tints of Tyrian Purple #72044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.08%

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

R = 59.38%
G = 2.08%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72044A (or 0x72044A) is known color: Tyrian Purple. HEX triplet: 72, 04 and 4A. RGB value is (114,4,74). Sum of RGB (Red+Green+Blue) = 114+4+74=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72044A is #8DFBB5. Grayscale: #2C2C2C. Windows color (decimal): -9305014 or 4850802. OLE color: 4850802.

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

Color convert

RGB 114 4 74 -
CMYK 0 0.96 0.35 0.55
HSL 321.82º 0.93% 0.23% -
HSV(B) 321.82º 0.96% 0.45% -
XYZ 8.22 4.16 6.85 -
YUV 44.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 114 4 74 0 0.96 0.35 0.55 321.82 0.93 0.23
Hex 72 4 4A 0 60 23 37 142 5D 17
Octal 162 4 112 0 140 43 67 502 135 27
Binary 1110010 100 1001010 0 1100000 100011 110111 101000010 1011101 10111

Color Harmonies of #72044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72044A

Black with #72044A

Text Example


Text Example

White with #72044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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