Html Css Color HEX #770290 Purple

📋 copy color: '#770290'

red 119 ◦ green 2 ◦ blue 144

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

Shades of Purple #770290

Tints of Purple #770290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 44.91%
G = 0.75%
B = 54.34%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#770290 (or 0x770290) is known color: Purple. HEX triplet: 77, 02 and 90. RGB value is (119,2,144). Sum of RGB (Red+Green+Blue) = 119+2+144=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #770290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770290 is #88FD6F. Grayscale: #343434. Windows color (decimal): -8977776 or 9437815. OLE color: 9437815.

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

Color convert

RGB 119 2 144 -
CMYK 0.17 0.99 0 0.44
HSL 289.44º 0.97% 0.29% -
HSV(B) 289.44º 0.99% 0.56% -
XYZ 12.66 5.98 26.87 -
YUV 53.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 119 2 144 0.17 0.99 0 0.44 289.44 0.97 0.29
Hex 77 2 90 11 63 0 2C 121 61 1D
Octal 167 2 220 21 143 0 54 441 141 35
Binary 1110111 10 10010000 10001 1100011 0 101100 100100001 1100001 11101

Color Harmonies of #770290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770290

Black with #770290

Text Example


Text Example

White with #770290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770290; }

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

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

background-color css

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

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

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

border-color css

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

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

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