Html Css Color HEX #770561 Purple

📋 copy color: '#770561'

red 119 ◦ green 5 ◦ blue 97

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

Shades of Purple #770561

Tints of Purple #770561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 97 (38.28% from 255) = 43.89%

R = 53.85%
G = 2.26%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#770561 (or 0x770561) is known color: Purple. HEX triplet: 77, 05 and 61. RGB value is (119,5,97). Sum of RGB (Red+Green+Blue) = 119+5+97=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770561 is #88FA9E. Grayscale: #313131. Windows color (decimal): -8977055 or 6358391. OLE color: 6358391.

HSL color Cylindrical-coordinate representation of color #770561: hue angle of 311.58º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770561 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 97 -
CMYK 0 0.96 0.18 0.53
HSL 311.58º 0.92% 0.24% -
HSV(B) 311.58º 0.96% 0.47% -
XYZ 9.82 4.89 11.74 -
YUV 49.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 119 5 97 0 0.96 0.18 0.53 311.58 0.92 0.24
Hex 77 5 61 0 60 12 35 138 5C 18
Octal 167 5 141 0 140 22 65 470 134 30
Binary 1110111 101 1100001 0 1100000 10010 110101 100111000 1011100 11000

Color Harmonies of #770561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770561

Black with #770561

Text Example


Text Example

White with #770561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770561; }

 p { color: rgb(119,5,97); }

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

background-color css

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

 a { background-color: rgb(119,5,97); }

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

border-color css

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

 span { border-color: rgb(119,5,97); }

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