Html Css Color HEX #770656 Tyrian Purple

📋 copy color: '#770656'

red 119 ◦ green 6 ◦ blue 86

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

Shades of Tyrian Purple #770656

Tints of Tyrian Purple #770656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.76%

R = 56.4%
G = 2.84%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#770656 (or 0x770656) is known color: Tyrian Purple. HEX triplet: 77, 06 and 56. RGB value is (119,6,86). Sum of RGB (Red+Green+Blue) = 119+6+86=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #770656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770656 is #88F9A9. Grayscale: #303030. Windows color (decimal): -8976810 or 5637751. OLE color: 5637751.

HSL color Cylindrical-coordinate representation of color #770656: hue angle of 317.52º 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 #770656 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 86 -
CMYK 0 0.95 0.28 0.53
HSL 317.52º 0.9% 0.25% -
HSV(B) 317.52º 0.95% 0.47% -
XYZ 9.35 4.72 9.22 -
YUV 48.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 119 6 86 0 0.95 0.28 0.53 317.52 0.9 0.25
Hex 77 6 56 0 5F 1C 35 13E 5A 19
Octal 167 6 126 0 137 34 65 476 132 31
Binary 1110111 110 1010110 0 1011111 11100 110101 100111110 1011010 11001

Color Harmonies of #770656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770656

Black with #770656

Text Example


Text Example

White with #770656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770656; }

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

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

background-color css

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

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

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

border-color css

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

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

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