Html Css Color HEX #770846 Tyrian Purple

📋 copy color: '#770846'

red 119 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #770846

Tints of Tyrian Purple #770846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

 BLUE value IS 70 (27.73% from 255) = 35.53%

R = 60.41%
G = 4.06%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#770846 (or 0x770846) is known color: Tyrian Purple. HEX triplet: 77, 08 and 46. RGB value is (119,8,70). Sum of RGB (Red+Green+Blue) = 119+8+70=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #770846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770846 is #88F7B9. Grayscale: #303030. Windows color (decimal): -8976314 or 4589687. OLE color: 4589687.

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

Color convert

RGB 119 8 70 -
CMYK 0 0.93 0.41 0.53
HSL 326.49º 0.87% 0.25% -
HSV(B) 326.49º 0.93% 0.47% -
XYZ 8.8 4.54 6.21 -
YUV 48.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 119 8 70 0 0.93 0.41 0.53 326.49 0.87 0.25
Hex 77 8 46 0 5D 29 35 146 57 19
Octal 167 10 106 0 135 51 65 506 127 31
Binary 1110111 1000 1000110 0 1011101 101001 110101 101000110 1010111 11001

Color Harmonies of #770846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770846

Black with #770846

Text Example


Text Example

White with #770846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770846; }

 p { color: rgb(119,8,70); }

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

background-color css

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

 a { background-color: rgb(119,8,70); }

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

border-color css

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

 span { border-color: rgb(119,8,70); }

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