Html Css Color HEX #770158 Tyrian Purple

📋 copy color: '#770158'

red 119 ◦ green 1 ◦ blue 88

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

Shades of Tyrian Purple #770158

Tints of Tyrian Purple #770158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 57.21%
G = 0.48%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#770158 (or 0x770158) is known color: Tyrian Purple. HEX triplet: 77, 01 and 58. RGB value is (119,1,88). Sum of RGB (Red+Green+Blue) = 119+1+88=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #770158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770158 is #88FEA7. Grayscale: #2D2D2D. Windows color (decimal): -8978088 or 5767543. OLE color: 5767543.

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

Color convert

RGB 119 1 88 -
CMYK 0 0.99 0.26 0.53
HSL 315.76º 0.98% 0.24% -
HSV(B) 315.76º 0.99% 0.47% -
XYZ 9.38 4.65 9.64 -
YUV 46.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 119 1 88 0 0.99 0.26 0.53 315.76 0.98 0.24
Hex 77 1 58 0 63 1A 35 13C 62 18
Octal 167 1 130 0 143 32 65 474 142 30
Binary 1110111 1 1011000 0 1100011 11010 110101 100111100 1100010 11000

Color Harmonies of #770158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770158

Black with #770158

Text Example


Text Example

White with #770158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770158; }

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

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

background-color css

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

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

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

border-color css

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

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

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