Html Css Color HEX #746199 Scampi

📋 copy color: '#746199'

red 116 ◦ green 97 ◦ blue 153

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

Shades of Scampi #746199

Tints of Scampi #746199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 31.69%
G = 26.5%
B = 41.8%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#746199 (or 0x746199) is known color: Scampi. HEX triplet: 74, 61 and 99. RGB value is (116,97,153). Sum of RGB (Red+Green+Blue) = 116+97+153=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #746199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746199 is #8B9E66. Grayscale: #6C6C6C. Windows color (decimal): -9150055 or 10051956. OLE color: 10051956.

HSL color Cylindrical-coordinate representation of color #746199: hue angle of 260.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746199 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 97 153 -
CMYK 0.24 0.37 0 0.4
HSL 260.36º 0.22% 0.49% -
HSV(B) 260.36º 0.37% 0.6% -
XYZ 17.23 14.56 32.04 -
YUV 109.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 116 97 153 0.24 0.37 0 0.4 260.36 0.22 0.49
Hex 74 61 99 18 25 0 28 104 16 31
Octal 164 141 231 30 45 0 50 404 26 61
Binary 1110100 1100001 10011001 11000 100101 0 101000 100000100 10110 110001

Color Harmonies of #746199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746199

Black with #746199

Text Example


Text Example

White with #746199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746199; }

 p { color: rgb(116,97,153); }

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

background-color css

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

 a { background-color: rgb(116,97,153); }

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

border-color css

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

 span { border-color: rgb(116,97,153); }

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