Html Css Color HEX #72053C Tyrian Purple

📋 copy color: '#72053C'

red 114 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #72053C

Tints of Tyrian Purple #72053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 63.69%
G = 2.79%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72053C (or 0x72053C) is known color: Tyrian Purple. HEX triplet: 72, 05 and 3C. RGB value is (114,5,60). Sum of RGB (Red+Green+Blue) = 114+5+60=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72053C is #8DFAC3. Grayscale: #2B2B2B. Windows color (decimal): -9304772 or 3933554. OLE color: 3933554.

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

Color convert

RGB 114 5 60 -
CMYK 0 0.96 0.47 0.55
HSL 329.72º 0.92% 0.23% -
HSV(B) 329.72º 0.96% 0.45% -
XYZ 7.81 4.01 4.64 -
YUV 43.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 114 5 60 0 0.96 0.47 0.55 329.72 0.92 0.23
Hex 72 5 3C 0 60 2F 37 14A 5C 17
Octal 162 5 74 0 140 57 67 512 134 27
Binary 1110010 101 111100 0 1100000 101111 110111 101001010 1011100 10111

Color Harmonies of #72053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72053C

Black with #72053C

Text Example


Text Example

White with #72053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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