Html Css Color HEX #72053B Tyrian Purple

📋 copy color: '#72053B'

red 114 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #72053B

Tints of Tyrian Purple #72053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.15%

R = 64.04%
G = 2.81%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72053B (or 0x72053B) is known color: Tyrian Purple. HEX triplet: 72, 05 and 3B. RGB value is (114,5,59). Sum of RGB (Red+Green+Blue) = 114+5+59=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72053B is #8DFAC4. Grayscale: #2B2B2B. Windows color (decimal): -9304773 or 3868018. OLE color: 3868018.

HSL color Cylindrical-coordinate representation of color #72053B: hue angle of 330.28º 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 #72053B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 59 -
CMYK 0 0.96 0.48 0.55
HSL 330.28º 0.92% 0.23% -
HSV(B) 330.28º 0.96% 0.45% -
XYZ 7.78 4 4.5 -
YUV 43.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 114 5 59 0 0.96 0.48 0.55 330.28 0.92 0.23
Hex 72 5 3B 0 60 30 37 14A 5C 17
Octal 162 5 73 0 140 60 67 512 134 27
Binary 1110010 101 111011 0 1100000 110000 110111 101001010 1011100 10111

Color Harmonies of #72053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72053B

Black with #72053B

Text Example


Text Example

White with #72053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72053B; }

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

 H1.HeaderClassName
 {
   color: #72053B;
 }
 .AnyTagClassName
 {
   color: #72053B;
 }
</style>

background-color css

<style>
 a { background-color: #72053B; }

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

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

border-color css

<style>
 span { border-color: #72053B; }

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

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