Html Css Color HEX #77043B Tyrian Purple

📋 copy color: '#77043B'

red 119 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #77043B

Tints of Tyrian Purple #77043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

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

R = 65.38%
G = 2.2%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77043B (or 0x77043B) is known color: Tyrian Purple. HEX triplet: 77, 04 and 3B. RGB value is (119,4,59). Sum of RGB (Red+Green+Blue) = 119+4+59=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77043B is #88FBC4. Grayscale: #2C2C2C. Windows color (decimal): -8977349 or 3867767. OLE color: 3867767.

HSL color Cylindrical-coordinate representation of color #77043B: hue angle of 331.3º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77043B is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 59 -
CMYK 0 0.97 0.50 0.53
HSL 331.3º 0.93% 0.24% -
HSV(B) 331.3º 0.97% 0.47% -
XYZ 8.44 4.32 4.53 -
YUV 44.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 119 4 59 0 0.97 0.50 0.53 331.3 0.93 0.24
Hex 77 4 3B 0 61 32 35 14B 5D 18
Octal 167 4 73 0 141 62 65 513 135 30
Binary 1110111 100 111011 0 1100001 110010 110101 101001011 1011101 11000

Color Harmonies of #77043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77043B

Black with #77043B

Text Example


Text Example

White with #77043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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