Html Css Color HEX #77053C Tyrian Purple

📋 copy color: '#77053C'

red 119 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #77053C

Tints of Tyrian Purple #77053C

RGB

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

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

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

R = 64.67%
G = 2.72%
B = 32.61%

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

#77053C (or 0x77053C) is known color: Tyrian Purple. HEX triplet: 77, 05 and 3C. RGB value is (119,5,60). Sum of RGB (Red+Green+Blue) = 119+5+60=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77053C is #88FAC3. Grayscale: #2D2D2D. Windows color (decimal): -8977092 or 3933559. OLE color: 3933559.

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

Color convert

RGB 119 5 60 -
CMYK 0 0.96 0.50 0.53
HSL 331.05º 0.92% 0.24% -
HSV(B) 331.05º 0.96% 0.47% -
XYZ 8.48 4.36 4.67 -
YUV 45.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 119 5 60 0 0.96 0.50 0.53 331.05 0.92 0.24
Hex 77 5 3C 0 60 32 35 14B 5C 18
Octal 167 5 74 0 140 62 65 513 134 30
Binary 1110111 101 111100 0 1100000 110010 110101 101001011 1011100 11000

Color Harmonies of #77053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77053C

Black with #77053C

Text Example


Text Example

White with #77053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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