Html Css Color HEX #770590 Purple

📋 copy color: '#770590'

red 119 ◦ green 5 ◦ blue 144

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

Shades of Purple #770590

Tints of Purple #770590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 44.4%
G = 1.87%
B = 53.73%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#770590 (or 0x770590) is known color: Purple. HEX triplet: 77, 05 and 90. RGB value is (119,5,144). Sum of RGB (Red+Green+Blue) = 119+5+144=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #770590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770590 is #88FA6F. Grayscale: #363636. Windows color (decimal): -8977008 or 9438583. OLE color: 9438583.

HSL color Cylindrical-coordinate representation of color #770590: hue angle of 289.21º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770590 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 5 144 -
CMYK 0.17 0.97 0 0.44
HSL 289.21º 0.93% 0.29% -
HSV(B) 289.21º 0.97% 0.56% -
XYZ 12.7 6.04 26.88 -
YUV 54.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 119 5 144 0.17 0.97 0 0.44 289.21 0.93 0.29
Hex 77 5 90 11 61 0 2C 121 5D 1D
Octal 167 5 220 21 141 0 54 441 135 35
Binary 1110111 101 10010000 10001 1100001 0 101100 100100001 1011101 11101

Color Harmonies of #770590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770590

Black with #770590

Text Example


Text Example

White with #770590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770590; }

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

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

background-color css

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

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

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

border-color css

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

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

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