Html Css Color HEX #77054B Tyrian Purple

📋 copy color: '#77054B'

red 119 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #77054B

Tints of Tyrian Purple #77054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.69%

R = 59.8%
G = 2.51%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77054B (or 0x77054B) is known color: Tyrian Purple. HEX triplet: 77, 05 and 4B. RGB value is (119,5,75). Sum of RGB (Red+Green+Blue) = 119+5+75=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77054B is #88FAB4. Grayscale: #2E2E2E. Windows color (decimal): -8977077 or 4916599. OLE color: 4916599.

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

Color convert

RGB 119 5 75 -
CMYK 0 0.96 0.37 0.53
HSL 323.16º 0.92% 0.24% -
HSV(B) 323.16º 0.96% 0.47% -
XYZ 8.93 4.54 7.06 -
YUV 47.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 119 5 75 0 0.96 0.37 0.53 323.16 0.92 0.24
Hex 77 5 4B 0 60 25 35 143 5C 18
Octal 167 5 113 0 140 45 65 503 134 30
Binary 1110111 101 1001011 0 1100000 100101 110101 101000011 1011100 11000

Color Harmonies of #77054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77054B

Black with #77054B

Text Example


Text Example

White with #77054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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