Html Css Color HEX #770558 Tyrian Purple

📋 copy color: '#770558'

red 119 ◦ green 5 ◦ blue 88

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

Shades of Tyrian Purple #770558

Tints of Tyrian Purple #770558

RGB

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

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

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

R = 56.13%
G = 2.36%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#770558 (or 0x770558) is known color: Tyrian Purple. HEX triplet: 77, 05 and 58. RGB value is (119,5,88). Sum of RGB (Red+Green+Blue) = 119+5+88=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #770558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770558 is #88FAA7. Grayscale: #303030. Windows color (decimal): -8977064 or 5768567. OLE color: 5768567.

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

Color convert

RGB 119 5 88 -
CMYK 0 0.96 0.26 0.53
HSL 316.32º 0.92% 0.24% -
HSV(B) 316.32º 0.96% 0.47% -
XYZ 9.42 4.74 9.65 -
YUV 48.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 119 5 88 0 0.96 0.26 0.53 316.32 0.92 0.24
Hex 77 5 58 0 60 1A 35 13C 5C 18
Octal 167 5 130 0 140 32 65 474 134 30
Binary 1110111 101 1011000 0 1100000 11010 110101 100111100 1011100 11000

Color Harmonies of #770558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770558

Black with #770558

Text Example


Text Example

White with #770558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770558; }

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

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

background-color css

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

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

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

border-color css

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

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

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