Html Css Color HEX #72053A Tyrian Purple

📋 copy color: '#72053A'

red 114 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #72053A

Tints of Tyrian Purple #72053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 64.41%
G = 2.82%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72053A (or 0x72053A) is known color: Tyrian Purple. HEX triplet: 72, 05 and 3A. RGB value is (114,5,58). Sum of RGB (Red+Green+Blue) = 114+5+58=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72053A is #8DFAC5. Grayscale: #2B2B2B. Windows color (decimal): -9304774 or 3802482. OLE color: 3802482.

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

Color convert

RGB 114 5 58 -
CMYK 0 0.96 0.49 0.55
HSL 330.83º 0.92% 0.23% -
HSV(B) 330.83º 0.96% 0.45% -
XYZ 7.76 3.99 4.36 -
YUV 43.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 114 5 58 0 0.96 0.49 0.55 330.83 0.92 0.23
Hex 72 5 3A 0 60 31 37 14B 5C 17
Octal 162 5 72 0 140 61 67 513 134 27
Binary 1110010 101 111010 0 1100000 110001 110111 101001011 1011100 10111

Color Harmonies of #72053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72053A

Black with #72053A

Text Example


Text Example

White with #72053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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