Html Css Color HEX #770151 Tyrian Purple

📋 copy color: '#770151'

red 119 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #770151

Tints of Tyrian Purple #770151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 59.2%
G = 0.5%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#770151 (or 0x770151) is known color: Tyrian Purple. HEX triplet: 77, 01 and 51. RGB value is (119,1,81). Sum of RGB (Red+Green+Blue) = 119+1+81=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #770151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770151 is #88FEAE. Grayscale: #2D2D2D. Windows color (decimal): -8978095 or 5308791. OLE color: 5308791.

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

Color convert

RGB 119 1 81 -
CMYK 0 0.99 0.32 0.53
HSL 319.32º 0.98% 0.24% -
HSV(B) 319.32º 0.99% 0.47% -
XYZ 9.1 4.54 8.18 -
YUV 45.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 119 1 81 0 0.99 0.32 0.53 319.32 0.98 0.24
Hex 77 1 51 0 63 20 35 13F 62 18
Octal 167 1 121 0 143 40 65 477 142 30
Binary 1110111 1 1010001 0 1100011 100000 110101 100111111 1100010 11000

Color Harmonies of #770151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770151

Black with #770151

Text Example


Text Example

White with #770151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770151; }

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

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

background-color css

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

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

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

border-color css

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

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

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