Html Css Color HEX #77053A Tyrian Purple

📋 copy color: '#77053A'

red 119 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #77053A

Tints of Tyrian Purple #77053A

RGB

 RED value IS 119 (46.88% from 255) = 65.38%

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

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

R = 65.38%
G = 2.75%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77053A (or 0x77053A) is known color: Tyrian Purple. HEX triplet: 77, 05 and 3A. RGB value is (119,5,58). Sum of RGB (Red+Green+Blue) = 119+5+58=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77053A is #88FAC5. Grayscale: #2D2D2D. Windows color (decimal): -8977094 or 3802487. OLE color: 3802487.

HSL color Cylindrical-coordinate representation of color #77053A: hue angle of 332.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77053A is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 58 -
CMYK 0 0.96 0.51 0.53
HSL 332.11º 0.92% 0.24% -
HSV(B) 332.11º 0.96% 0.47% -
XYZ 8.43 4.34 4.4 -
YUV 45.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 119 5 58 0 0.96 0.51 0.53 332.11 0.92 0.24
Hex 77 5 3A 0 60 33 35 14C 5C 18
Octal 167 5 72 0 140 63 65 514 134 30
Binary 1110111 101 111010 0 1100000 110011 110101 101001100 1011100 11000

Color Harmonies of #77053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77053A

Black with #77053A

Text Example


Text Example

White with #77053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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