Html Css Color HEX #770750 Tyrian Purple

📋 copy color: '#770750'

red 119 ◦ green 7 ◦ blue 80

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

Shades of Tyrian Purple #770750

Tints of Tyrian Purple #770750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 57.77%
G = 3.4%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#770750 (or 0x770750) is known color: Tyrian Purple. HEX triplet: 77, 07 and 50. RGB value is (119,7,80). Sum of RGB (Red+Green+Blue) = 119+7+80=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #770750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770750 is #88F8AF. Grayscale: #303030. Windows color (decimal): -8976560 or 5244791. OLE color: 5244791.

HSL color Cylindrical-coordinate representation of color #770750: hue angle of 320.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770750 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 80 -
CMYK 0 0.94 0.33 0.53
HSL 320.89º 0.89% 0.25% -
HSV(B) 320.89º 0.94% 0.47% -
XYZ 9.13 4.65 8.01 -
YUV 48.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 119 7 80 0 0.94 0.33 0.53 320.89 0.89 0.25
Hex 77 7 50 0 5E 21 35 141 59 19
Octal 167 7 120 0 136 41 65 501 131 31
Binary 1110111 111 1010000 0 1011110 100001 110101 101000001 1011001 11001

Color Harmonies of #770750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770750

Black with #770750

Text Example


Text Example

White with #770750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770750; }

 p { color: rgb(119,7,80); }

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

background-color css

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

 a { background-color: rgb(119,7,80); }

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

border-color css

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

 span { border-color: rgb(119,7,80); }

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