Html Css Color HEX #770258 Tyrian Purple

📋 copy color: '#770258'

red 119 ◦ green 2 ◦ blue 88

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

Shades of Tyrian Purple #770258

Tints of Tyrian Purple #770258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 56.94%
G = 0.96%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#770258 (or 0x770258) is known color: Tyrian Purple. HEX triplet: 77, 02 and 58. RGB value is (119,2,88). Sum of RGB (Red+Green+Blue) = 119+2+88=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770258 is #88FDA7. Grayscale: #2E2E2E. Windows color (decimal): -8977832 or 5767799. OLE color: 5767799.

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

Color convert

RGB 119 2 88 -
CMYK 0 0.98 0.26 0.53
HSL 315.9º 0.97% 0.24% -
HSV(B) 315.9º 0.98% 0.47% -
XYZ 9.39 4.67 9.64 -
YUV 46.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 119 2 88 0 0.98 0.26 0.53 315.9 0.97 0.24
Hex 77 2 58 0 62 1A 35 13C 61 18
Octal 167 2 130 0 142 32 65 474 141 30
Binary 1110111 10 1011000 0 1100010 11010 110101 100111100 1100001 11000

Color Harmonies of #770258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770258

Black with #770258

Text Example


Text Example

White with #770258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770258; }

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

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

background-color css

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

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

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

border-color css

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

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

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