Html Css Color HEX #770654 Tyrian Purple

📋 copy color: '#770654'

red 119 ◦ green 6 ◦ blue 84

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

Shades of Tyrian Purple #770654

Tints of Tyrian Purple #770654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 56.94%
G = 2.87%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#770654 (or 0x770654) is known color: Tyrian Purple. HEX triplet: 77, 06 and 54. RGB value is (119,6,84). Sum of RGB (Red+Green+Blue) = 119+6+84=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770654 is #88F9AB. Grayscale: #303030. Windows color (decimal): -8976812 or 5506679. OLE color: 5506679.

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

Color convert

RGB 119 6 84 -
CMYK 0 0.95 0.29 0.53
HSL 318.58º 0.9% 0.25% -
HSV(B) 318.58º 0.95% 0.47% -
XYZ 9.27 4.69 8.8 -
YUV 48.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 119 6 84 0 0.95 0.29 0.53 318.58 0.9 0.25
Hex 77 6 54 0 5F 1D 35 13F 5A 19
Octal 167 6 124 0 137 35 65 477 132 31
Binary 1110111 110 1010100 0 1011111 11101 110101 100111111 1011010 11001

Color Harmonies of #770654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770654

Black with #770654

Text Example


Text Example

White with #770654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770654; }

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

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

background-color css

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

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

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

border-color css

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

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

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