Html Css Color HEX #77053B Tyrian Purple

📋 copy color: '#77053B'

red 119 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #77053B

Tints of Tyrian Purple #77053B

RGB

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

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

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

R = 65.03%
G = 2.73%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77053B (or 0x77053B) is known color: Tyrian Purple. HEX triplet: 77, 05 and 3B. RGB value is (119,5,59). Sum of RGB (Red+Green+Blue) = 119+5+59=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77053B is #88FAC4. Grayscale: #2D2D2D. Windows color (decimal): -8977093 or 3868023. OLE color: 3868023.

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

Color convert

RGB 119 5 59 -
CMYK 0 0.96 0.50 0.53
HSL 331.58º 0.92% 0.24% -
HSV(B) 331.58º 0.96% 0.47% -
XYZ 8.45 4.35 4.53 -
YUV 45.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 119 5 59 0 0.96 0.50 0.53 331.58 0.92 0.24
Hex 77 5 3B 0 60 32 35 14C 5C 18
Octal 167 5 73 0 140 62 65 514 134 30
Binary 1110111 101 111011 0 1100000 110010 110101 101001100 1011100 11000

Color Harmonies of #77053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77053B

Black with #77053B

Text Example


Text Example

White with #77053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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