Html Css Color HEX #770C50 Tyrian Purple

📋 copy color: '#770C50'

red 119 ◦ green 12 ◦ blue 80

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

Shades of Tyrian Purple #770C50

Tints of Tyrian Purple #770C50

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.69%

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

R = 56.4%
G = 5.69%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#770C50 (or 0x770C50) is known color: Tyrian Purple. HEX triplet: 77, 0C and 50. RGB value is (119,12,80). Sum of RGB (Red+Green+Blue) = 119+12+80=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #770C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C50 is #88F3AF. Grayscale: #333333. Windows color (decimal): -8975280 or 5246071. OLE color: 5246071.

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

Color convert

RGB 119 12 80 -
CMYK 0 0.90 0.33 0.53
HSL 321.87º 0.82% 0.26% -
HSV(B) 321.87º 0.9% 0.47% -
XYZ 9.19 4.76 8.02 -
YUV 51.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 119 12 80 0 0.90 0.33 0.53 321.87 0.82 0.26
Hex 77 C 50 0 5A 21 35 142 52 1A
Octal 167 14 120 0 132 41 65 502 122 32
Binary 1110111 1100 1010000 0 1011010 100001 110101 101000010 1010010 11010

Color Harmonies of #770C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C50

Black with #770C50

Text Example


Text Example

White with #770C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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