Html Css Color HEX #770650 Tyrian Purple

📋 copy color: '#770650'

red 119 ◦ green 6 ◦ blue 80

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

Shades of Tyrian Purple #770650

Tints of Tyrian Purple #770650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

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

R = 58.05%
G = 2.93%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#770650 (or 0x770650) is known color: Tyrian Purple. HEX triplet: 77, 06 and 50. RGB value is (119,6,80). Sum of RGB (Red+Green+Blue) = 119+6+80=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770650 is #88F9AF. Grayscale: #303030. Windows color (decimal): -8976816 or 5244535. OLE color: 5244535.

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

Color convert

RGB 119 6 80 -
CMYK 0 0.95 0.33 0.53
HSL 320.71º 0.9% 0.25% -
HSV(B) 320.71º 0.95% 0.47% -
XYZ 9.12 4.63 8 -
YUV 48.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 119 6 80 0 0.95 0.33 0.53 320.71 0.9 0.25
Hex 77 6 50 0 5F 21 35 141 5A 19
Octal 167 6 120 0 137 41 65 501 132 31
Binary 1110111 110 1010000 0 1011111 100001 110101 101000001 1011010 11001

Color Harmonies of #770650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770650

Black with #770650

Text Example


Text Example

White with #770650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770650; }

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

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

background-color css

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

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

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

border-color css

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

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

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