Html Css Color HEX #770490 Purple

📋 copy color: '#770490'

red 119 ◦ green 4 ◦ blue 144

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

Shades of Purple #770490

Tints of Purple #770490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 44.57%
G = 1.5%
B = 53.93%

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

#770490 (or 0x770490) is known color: Purple. HEX triplet: 77, 04 and 90. RGB value is (119,4,144). Sum of RGB (Red+Green+Blue) = 119+4+144=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #770490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770490 is #88FB6F. Grayscale: #353535. Windows color (decimal): -8977264 or 9438327. OLE color: 9438327.

HSL color Cylindrical-coordinate representation of color #770490: hue angle of 289.29º degrees, saturation: 0.95, 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 #770490 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 4 144 -
CMYK 0.17 0.97 0 0.44
HSL 289.29º 0.95% 0.29% -
HSV(B) 289.29º 0.97% 0.56% -
XYZ 12.69 6.02 26.88 -
YUV 54.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 119 4 144 0.17 0.97 0 0.44 289.29 0.95 0.29
Hex 77 4 90 11 61 0 2C 121 5F 1D
Octal 167 4 220 21 141 0 54 441 137 35
Binary 1110111 100 10010000 10001 1100001 0 101100 100100001 1011111 11101

Color Harmonies of #770490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770490

Black with #770490

Text Example


Text Example

White with #770490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770490; }

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

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

background-color css

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

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

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

border-color css

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

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

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