Html Css Color HEX #72054D Tyrian Purple

📋 copy color: '#72054D'

red 114 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #72054D

Tints of Tyrian Purple #72054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 58.16%
G = 2.55%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72054D (or 0x72054D) is known color: Tyrian Purple. HEX triplet: 72, 05 and 4D. RGB value is (114,5,77). Sum of RGB (Red+Green+Blue) = 114+5+77=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72054D is #8DFAB2. Grayscale: #2D2D2D. Windows color (decimal): -9304755 or 5047666. OLE color: 5047666.

HSL color Cylindrical-coordinate representation of color #72054D: hue angle of 320.37º degrees, saturation: 0.92, 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 #72054D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 77 -
CMYK 0 0.96 0.32 0.55
HSL 320.37º 0.92% 0.23% -
HSV(B) 320.37º 0.96% 0.45% -
XYZ 8.33 4.22 7.4 -
YUV 45.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 114 5 77 0 0.96 0.32 0.55 320.37 0.92 0.23
Hex 72 5 4D 0 60 20 37 140 5C 17
Octal 162 5 115 0 140 40 67 500 134 27
Binary 1110010 101 1001101 0 1100000 100000 110111 101000000 1011100 10111

Color Harmonies of #72054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72054D

Black with #72054D

Text Example


Text Example

White with #72054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72054D; }

 p { color: rgb(114,5,77); }

 H1.HeaderClassName
 {
   color: #72054D;
 }
 .AnyTagClassName
 {
   color: #72054D;
 }
</style>

background-color css

<style>
 a { background-color: #72054D; }

 a { background-color: rgb(114,5,77); }

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

border-color css

<style>
 span { border-color: #72054D; }

 span { border-color: rgb(114,5,77); }

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