Html Css Color HEX #770536 Tyrian Purple

📋 copy color: '#770536'

red 119 ◦ green 5 ◦ blue 54

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

Shades of Tyrian Purple #770536

Tints of Tyrian Purple #770536

RGB

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

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

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

R = 66.85%
G = 2.81%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#770536 (or 0x770536) is known color: Tyrian Purple. HEX triplet: 77, 05 and 36. RGB value is (119,5,54). Sum of RGB (Red+Green+Blue) = 119+5+54=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #770536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770536 is #88FAC9. Grayscale: #2C2C2C. Windows color (decimal): -8977098 or 3540343. OLE color: 3540343.

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

Color convert

RGB 119 5 54 -
CMYK 0 0.96 0.55 0.53
HSL 334.21º 0.92% 0.24% -
HSV(B) 334.21º 0.96% 0.47% -
XYZ 8.33 4.3 3.88 -
YUV 44.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 119 5 54 0 0.96 0.55 0.53 334.21 0.92 0.24
Hex 77 5 36 0 60 37 35 14E 5C 18
Octal 167 5 66 0 140 67 65 516 134 30
Binary 1110111 101 110110 0 1100000 110111 110101 101001110 1011100 11000

Color Harmonies of #770536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770536

Black with #770536

Text Example


Text Example

White with #770536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770536; }

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

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

background-color css

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

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

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

border-color css

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

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

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