Html Css Color HEX #775FA9 Scampi

📋 copy color: '#775FA9'

red 119 ◦ green 95 ◦ blue 169

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

Shades of Scampi #775FA9

Tints of Scampi #775FA9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

 BLUE value IS 169 (66.41% from 255) = 44.13%

R = 31.07%
G = 24.8%
B = 44.13%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#775FA9 (or 0x775FA9) is known color: Scampi. HEX triplet: 77, 5F and A9. RGB value is (119,95,169). Sum of RGB (Red+Green+Blue) = 119+95+169=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #775FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775FA9 is #88A056. Grayscale: #6E6E6E. Windows color (decimal): -8953943 or 11100023. OLE color: 11100023.

HSL color Cylindrical-coordinate representation of color #775FA9: hue angle of 259.46º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775FA9 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 95 169 -
CMYK 0.30 0.44 0 0.34
HSL 259.46º 0.3% 0.52% -
HSV(B) 259.46º 0.44% 0.66% -
XYZ 18.86 14.97 39.43 -
YUV 110.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 119 95 169 0.30 0.44 0 0.34 259.46 0.3 0.52
Hex 77 5F A9 1E 2C 0 22 103 1E 34
Octal 167 137 251 36 54 0 42 403 36 64
Binary 1110111 1011111 10101001 11110 101100 0 100010 100000011 11110 110100

Color Harmonies of #775FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FA9

Black with #775FA9

Text Example


Text Example

White with #775FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775FA9; }

 p { color: rgb(119,95,169); }

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

background-color css

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

 a { background-color: rgb(119,95,169); }

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

border-color css

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

 span { border-color: rgb(119,95,169); }

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