Html Css Color HEX #770958 Tyrian Purple

📋 copy color: '#770958'

red 119 ◦ green 9 ◦ blue 88

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

Shades of Tyrian Purple #770958

Tints of Tyrian Purple #770958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 88 (34.77% from 255) = 40.74%

R = 55.09%
G = 4.17%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#770958 (or 0x770958) is known color: Tyrian Purple. HEX triplet: 77, 09 and 58. RGB value is (119,9,88). Sum of RGB (Red+Green+Blue) = 119+9+88=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #770958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770958 is #88F6A7. Grayscale: #323232. Windows color (decimal): -8976040 or 5769591. OLE color: 5769591.

HSL color Cylindrical-coordinate representation of color #770958: hue angle of 316.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770958 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 9 88 -
CMYK 0 0.92 0.26 0.53
HSL 316.91º 0.86% 0.25% -
HSV(B) 316.91º 0.92% 0.47% -
XYZ 9.47 4.82 9.66 -
YUV 50.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 119 9 88 0 0.92 0.26 0.53 316.91 0.86 0.25
Hex 77 9 58 0 5C 1A 35 13D 56 19
Octal 167 11 130 0 134 32 65 475 126 31
Binary 1110111 1001 1011000 0 1011100 11010 110101 100111101 1010110 11001

Color Harmonies of #770958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770958

Black with #770958

Text Example


Text Example

White with #770958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770958; }

 p { color: rgb(119,9,88); }

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

background-color css

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

 a { background-color: rgb(119,9,88); }

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

border-color css

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

 span { border-color: rgb(119,9,88); }

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