Html Css Color HEX #72014A Tyrian Purple

📋 copy color: '#72014A'

red 114 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #72014A

Tints of Tyrian Purple #72014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 60.32%
G = 0.53%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72014A (or 0x72014A) is known color: Tyrian Purple. HEX triplet: 72, 01 and 4A. RGB value is (114,1,74). Sum of RGB (Red+Green+Blue) = 114+1+74=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #72014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72014A is #8DFEB5. Grayscale: #2A2A2A. Windows color (decimal): -9305782 or 4850034. OLE color: 4850034.

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

Color convert

RGB 114 1 74 -
CMYK 0 0.99 0.35 0.55
HSL 321.24º 0.98% 0.23% -
HSV(B) 321.24º 0.99% 0.45% -
XYZ 8.19 4.09 6.84 -
YUV 43.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 114 1 74 0 0.99 0.35 0.55 321.24 0.98 0.23
Hex 72 1 4A 0 63 23 37 141 62 17
Octal 162 1 112 0 143 43 67 501 142 27
Binary 1110010 1 1001010 0 1100011 100011 110111 101000001 1100010 10111

Color Harmonies of #72014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72014A

Black with #72014A

Text Example


Text Example

White with #72014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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