Html Css Color HEX #770336 Tyrian Purple

📋 copy color: '#770336'

red 119 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #770336

Tints of Tyrian Purple #770336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.68%

R = 67.61%
G = 1.7%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#770336 (or 0x770336) is known color: Tyrian Purple. HEX triplet: 77, 03 and 36. RGB value is (119,3,54). Sum of RGB (Red+Green+Blue) = 119+3+54=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #770336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770336 is #88FCC9. Grayscale: #2B2B2B. Windows color (decimal): -8977610 or 3539831. OLE color: 3539831.

HSL color Cylindrical-coordinate representation of color #770336: hue angle of 333.62º 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 #770336 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 54 -
CMYK 0 0.97 0.55 0.53
HSL 333.62º 0.95% 0.24% -
HSV(B) 333.62º 0.97% 0.47% -
XYZ 8.31 4.25 3.87 -
YUV 43.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 119 3 54 0 0.97 0.55 0.53 333.62 0.95 0.24
Hex 77 3 36 0 61 37 35 14E 5F 18
Octal 167 3 66 0 141 67 65 516 137 30
Binary 1110111 11 110110 0 1100001 110111 110101 101001110 1011111 11000

Color Harmonies of #770336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770336

Black with #770336

Text Example


Text Example

White with #770336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770336; }

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

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

background-color css

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

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

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

border-color css

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

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

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