Html Css Color HEX #770058 Tyrian Purple

📋 copy color: '#770058'

red 119 ◦ green 0 ◦ blue 88

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

Shades of Tyrian Purple #770058

Tints of Tyrian Purple #770058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.49%
G = 0%
B = 42.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#770058 (or 0x770058) is known color: Tyrian Purple. HEX triplet: 77, 00 and 58. RGB value is (119,0,88). Sum of RGB (Red+Green+Blue) = 119+0+88=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770058 is #88FFA7. Grayscale: #2D2D2D. Windows color (decimal): -8978344 or 5767287. OLE color: 5767287.

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

Color convert

RGB 119 0 88 -
CMYK 0 1 0.26 0.53
HSL 315.63º 1% 0.23% -
HSV(B) 315.63º 1% 0.47% -
XYZ 9.37 4.63 9.63 -
YUV 45.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 119 0 88 0 1 0.26 0.53 315.63 1 0.23
Hex 77 0 58 0 64 1A 35 13C 64 17
Octal 167 0 130 0 144 32 65 474 144 27
Binary 1110111 0 1011000 0 1100100 11010 110101 100111100 1100100 10111

Color Harmonies of #770058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770058

Black with #770058

Text Example


Text Example

White with #770058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770058; }

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

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

background-color css

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

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

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

border-color css

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

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

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