Html Css Color HEX #770657 Tyrian Purple

📋 copy color: '#770657'

red 119 ◦ green 6 ◦ blue 87

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

Shades of Tyrian Purple #770657

Tints of Tyrian Purple #770657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.04%

R = 56.13%
G = 2.83%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#770657 (or 0x770657) is known color: Tyrian Purple. HEX triplet: 77, 06 and 57. RGB value is (119,6,87). Sum of RGB (Red+Green+Blue) = 119+6+87=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #770657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770657 is #88F9A8. Grayscale: #303030. Windows color (decimal): -8976809 or 5703287. OLE color: 5703287.

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

Color convert

RGB 119 6 87 -
CMYK 0 0.95 0.27 0.53
HSL 316.99º 0.9% 0.25% -
HSV(B) 316.99º 0.95% 0.47% -
XYZ 9.39 4.74 9.44 -
YUV 49.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 119 6 87 0 0.95 0.27 0.53 316.99 0.9 0.25
Hex 77 6 57 0 5F 1B 35 13D 5A 19
Octal 167 6 127 0 137 33 65 475 132 31
Binary 1110111 110 1010111 0 1011111 11011 110101 100111101 1011010 11001

Color Harmonies of #770657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770657

Black with #770657

Text Example


Text Example

White with #770657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770657; }

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

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

background-color css

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

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

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

border-color css

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

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

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