Html Css Color HEX #746AA1 Scampi

📋 copy color: '#746AA1'

red 116 ◦ green 106 ◦ blue 161

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

Shades of Scampi #746AA1

Tints of Scampi #746AA1

RGB

 RED value IS 116 (45.7% from 255) = 30.29%

 GREEN value IS 106 (41.8% from 255) = 27.68%

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 30.29%
G = 27.68%
B = 42.04%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#746AA1 (or 0x746AA1) is known color: Scampi. HEX triplet: 74, 6A and A1. RGB value is (116,106,161). Sum of RGB (Red+Green+Blue) = 116+106+161=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #746AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746AA1 is #8B955E. Grayscale: #737373. Windows color (decimal): -9147743 or 10578548. OLE color: 10578548.

HSL color Cylindrical-coordinate representation of color #746AA1: hue angle of 250.91º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746AA1 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 106 161 -
CMYK 0.28 0.34 0 0.37
HSL 250.91º 0.23% 0.52% -
HSV(B) 250.91º 0.34% 0.63% -
XYZ 18.79 16.59 35.93 -
YUV 115.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 116 106 161 0.28 0.34 0 0.37 250.91 0.23 0.52
Hex 74 6A A1 1C 22 0 25 FB 17 34
Octal 164 152 241 34 42 0 45 373 27 64
Binary 1110100 1101010 10100001 11100 100010 0 100101 11111011 10111 110100

Color Harmonies of #746AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746AA1

Black with #746AA1

Text Example


Text Example

White with #746AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746AA1; }

 p { color: rgb(116,106,161); }

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

background-color css

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

 a { background-color: rgb(116,106,161); }

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

border-color css

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

 span { border-color: rgb(116,106,161); }

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