Html Css Color HEX #72084E Tyrian Purple

📋 copy color: '#72084E'

red 114 ◦ green 8 ◦ blue 78

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

Shades of Tyrian Purple #72084E

Tints of Tyrian Purple #72084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

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

R = 57%
G = 4%
B = 39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72084E (or 0x72084E) is known color: Tyrian Purple. HEX triplet: 72, 08 and 4E. RGB value is (114,8,78). Sum of RGB (Red+Green+Blue) = 114+8+78=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72084E is #8DF7B1. Grayscale: #2F2F2F. Windows color (decimal): -9303986 or 5113970. OLE color: 5113970.

HSL color Cylindrical-coordinate representation of color #72084E: hue angle of 320.38º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72084E is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 8 78 -
CMYK 0 0.93 0.32 0.55
HSL 320.38º 0.87% 0.24% -
HSV(B) 320.38º 0.93% 0.45% -
XYZ 8.4 4.3 7.6 -
YUV 47.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 114 8 78 0 0.93 0.32 0.55 320.38 0.87 0.24
Hex 72 8 4E 0 5D 20 37 140 57 18
Octal 162 10 116 0 135 40 67 500 127 30
Binary 1110010 1000 1001110 0 1011101 100000 110111 101000000 1010111 11000

Color Harmonies of #72084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72084E

Black with #72084E

Text Example


Text Example

White with #72084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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