Html Css Color HEX #77034B Tyrian Purple

📋 copy color: '#77034B'

red 119 ◦ green 3 ◦ blue 75

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

Shades of Tyrian Purple #77034B

Tints of Tyrian Purple #77034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 60.41%
G = 1.52%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77034B (or 0x77034B) is known color: Tyrian Purple. HEX triplet: 77, 03 and 4B. RGB value is (119,3,75). Sum of RGB (Red+Green+Blue) = 119+3+75=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77034B is #88FCB4. Grayscale: #2D2D2D. Windows color (decimal): -8977589 or 4916087. OLE color: 4916087.

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

Color convert

RGB 119 3 75 -
CMYK 0 0.97 0.37 0.53
HSL 322.76º 0.95% 0.24% -
HSV(B) 322.76º 0.97% 0.47% -
XYZ 8.91 4.5 7.05 -
YUV 45.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 119 3 75 0 0.97 0.37 0.53 322.76 0.95 0.24
Hex 77 3 4B 0 61 25 35 143 5F 18
Octal 167 3 113 0 141 45 65 503 137 30
Binary 1110111 11 1001011 0 1100001 100101 110101 101000011 1011111 11000

Color Harmonies of #77034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77034B

Black with #77034B

Text Example


Text Example

White with #77034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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