Html Css Color HEX #770491 Purple

📋 copy color: '#770491'

red 119 ◦ green 4 ◦ blue 145

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

Shades of Purple #770491

Tints of Purple #770491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 44.4%
G = 1.49%
B = 54.1%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#770491 (or 0x770491) is known color: Purple. HEX triplet: 77, 04 and 91. RGB value is (119,4,145). Sum of RGB (Red+Green+Blue) = 119+4+145=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #770491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770491 is #88FB6E. Grayscale: #363636. Windows color (decimal): -8977263 or 9503863. OLE color: 9503863.

HSL color Cylindrical-coordinate representation of color #770491: hue angle of 288.94º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770491 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 4 145 -
CMYK 0.18 0.97 0 0.43
HSL 288.94º 0.95% 0.29% -
HSV(B) 288.94º 0.97% 0.57% -
XYZ 12.76 6.05 27.28 -
YUV 54.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 119 4 145 0.18 0.97 0 0.43 288.94 0.95 0.29
Hex 77 4 91 12 61 0 2B 121 5F 1D
Octal 167 4 221 22 141 0 53 441 137 35
Binary 1110111 100 10010001 10010 1100001 0 101011 100100001 1011111 11101

Color Harmonies of #770491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770491

Black with #770491

Text Example


Text Example

White with #770491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770491; }

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

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

background-color css

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

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

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

border-color css

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

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

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