Html Css Color HEX #770456 Tyrian Purple

📋 copy color: '#770456'

red 119 ◦ green 4 ◦ blue 86

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

Shades of Tyrian Purple #770456

Tints of Tyrian Purple #770456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.15%

R = 56.94%
G = 1.91%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#770456 (or 0x770456) is known color: Tyrian Purple. HEX triplet: 77, 04 and 56. RGB value is (119,4,86). Sum of RGB (Red+Green+Blue) = 119+4+86=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770456 is #88FBA9. Grayscale: #2F2F2F. Windows color (decimal): -8977322 or 5637239. OLE color: 5637239.

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

Color convert

RGB 119 4 86 -
CMYK 0 0.97 0.28 0.53
HSL 317.22º 0.93% 0.24% -
HSV(B) 317.22º 0.97% 0.47% -
XYZ 9.33 4.68 9.22 -
YUV 47.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 119 4 86 0 0.97 0.28 0.53 317.22 0.93 0.24
Hex 77 4 56 0 61 1C 35 13D 5D 18
Octal 167 4 126 0 141 34 65 475 135 30
Binary 1110111 100 1010110 0 1100001 11100 110101 100111101 1011101 11000

Color Harmonies of #770456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770456

Black with #770456

Text Example


Text Example

White with #770456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770456; }

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

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

background-color css

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

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

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

border-color css

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

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

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