Html Css Color HEX #770147 Tyrian Purple

📋 copy color: '#770147'

red 119 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #770147

Tints of Tyrian Purple #770147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 62.3%
G = 0.52%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#770147 (or 0x770147) is known color: Tyrian Purple. HEX triplet: 77, 01 and 47. RGB value is (119,1,71). Sum of RGB (Red+Green+Blue) = 119+1+71=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #770147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770147 is #88FEB8. Grayscale: #2C2C2C. Windows color (decimal): -8978105 or 4653431. OLE color: 4653431.

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

Color convert

RGB 119 1 71 -
CMYK 0 0.99 0.40 0.53
HSL 324.41º 0.98% 0.24% -
HSV(B) 324.41º 0.99% 0.47% -
XYZ 8.76 4.4 6.35 -
YUV 44.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 119 1 71 0 0.99 0.40 0.53 324.41 0.98 0.24
Hex 77 1 47 0 63 28 35 144 62 18
Octal 167 1 107 0 143 50 65 504 142 30
Binary 1110111 1 1000111 0 1100011 101000 110101 101000100 1100010 11000

Color Harmonies of #770147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770147

Black with #770147

Text Example


Text Example

White with #770147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770147; }

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

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

background-color css

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

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

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

border-color css

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

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

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