Html Css Color HEX #770250 Tyrian Purple

📋 copy color: '#770250'

red 119 ◦ green 2 ◦ blue 80

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

Shades of Tyrian Purple #770250

Tints of Tyrian Purple #770250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 59.2%
G = 1%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#770250 (or 0x770250) is known color: Tyrian Purple. HEX triplet: 77, 02 and 50. RGB value is (119,2,80). Sum of RGB (Red+Green+Blue) = 119+2+80=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #770250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770250 is #88FDAF. Grayscale: #2D2D2D. Windows color (decimal): -8977840 or 5243511. OLE color: 5243511.

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

Color convert

RGB 119 2 80 -
CMYK 0 0.98 0.33 0.53
HSL 320º 0.97% 0.24% -
HSV(B) 320º 0.98% 0.47% -
XYZ 9.08 4.54 7.99 -
YUV 45.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 119 2 80 0 0.98 0.33 0.53 320 0.97 0.24
Hex 77 2 50 0 62 21 35 140 61 18
Octal 167 2 120 0 142 41 65 500 141 30
Binary 1110111 10 1010000 0 1100010 100001 110101 101000000 1100001 11000

Color Harmonies of #770250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770250

Black with #770250

Text Example


Text Example

White with #770250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770250; }

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

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

background-color css

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

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

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

border-color css

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

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

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